Amazon Fargate · Arazzo Workflow
Amazon Fargate Run the Latest Task Definition
Version 1.0.0
Find the latest active revision of a task definition family, describe it, and run a task from it.
Provider
Workflows
run-latest-task-definition
Resolve the latest active task definition revision for a family and run it.
Chains listTaskDefinitions, describeTaskDefinition, and runTask so the most recent revision is launched without hard-coding a revision number.
1
listDefinitions
listTaskDefinitions
List the active task definition revisions for the family, newest last.
2
describeLatest
describeTaskDefinition
Describe the latest revision to confirm it is FARGATE-compatible.
3
runLatest
runTask
Run a single Fargate task from the latest revision.