Amazon Fargate · Arazzo Workflow
Amazon Fargate Run a Batch Task to Completion
Version 1.0.0
Run a one-off Fargate task and poll DescribeTasks until it reaches STOPPED.
Provider
Workflows
run-batch-task-to-completion
Run a single Fargate task from an existing definition and wait until it stops.
Chains runTask and a describeTasks poll loop that ends when the task reaches a STOPPED terminal state.
1
runTask
runTask
Run a single Fargate task from the supplied task definition.
2
pollUntilStopped
describeTasks
Poll DescribeTasks until the task reaches STOPPED, re-entering this step while the task is still provisioning, pending, or running.