Amazon Elastic Transcoder · Arazzo Workflow
Amazon Elastic Transcoder Find a Submitted Job by Status and Cancel It
Version 1.0.0
List jobs that are still in the Submitted state, then cancel the first one returned.
Provider
Workflows
cancel-submitted-job-by-status
List Submitted jobs and cancel the first one found.
Lists jobs with status Submitted and, when the list is non-empty, cancels the first returned job. Ends without action when no Submitted jobs exist.
1
listSubmittedJobs
ListJobsByStatus
List all jobs in the account whose status is Submitted and branch on whether any were returned.
2
cancelJob
CancelJob
Cancel the first Submitted job returned by the status listing.