Amazon Elastic Transcoder · Arazzo Workflow
Amazon Elastic Transcoder Create Pipeline, Submit Job, and Poll to Completion
Version 1.0.0
Stand up a transcoding pipeline, submit a job to it, then poll the job until it reaches a terminal status.
Provider
Workflows
create-pipeline-submit-job-poll
Create a pipeline, submit a transcoding job, and poll it until it finishes.
Creates a transcoding pipeline from the supplied buckets and role, submits a single job referencing the input and output keys, and polls ReadJob until the job status is no longer Submitted or Progressing.
1
createPipeline
Create the pipeline that ties the input bucket, output bucket, and IAM role together for subsequent jobs.
2
submitJob
Submit a transcoding job into the new pipeline using the supplied input and output keys and preset.
3
pollJob
Read the job and branch on its status, looping back while it is still Submitted or Progressing and ending once it reaches a terminal status.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.