Currently, to get the tasks using poller from Step Function Activity, I am using following: https://docs.aws.amazon.com/step-functions/latest/apireference/API_GetActivityTask.html
But it gives the task one by one. Is there any way, I could take the tasks in batch?