Amazon Elastic Transcoder · Arazzo Workflow
Amazon Elastic Transcoder List Jobs by Pipeline and Read the First Job
Version 1.0.0
List the jobs currently in a pipeline, then read detailed information about the first job returned.
Provider
Workflows
list-jobs-by-pipeline-read
List jobs in a pipeline and read the first one in detail.
Reads the pipeline to confirm it exists, lists the jobs currently in it, and branches to read the first returned job when the list is non-empty.
1
readPipeline
ReadPipeline
Read the pipeline to confirm it exists and is reachable before listing its jobs.
2
listJobs
ListJobsByPipeline
List the jobs currently in the pipeline, ordered by submission time, and branch on whether any jobs were returned.
3
readFirstJob
ReadJob
Read the first job returned by the pipeline listing to retrieve its full status and details.