Amazon Elastic Transcoder · Arazzo Workflow
Amazon Elastic Transcoder Provision Pipeline and Preset, Submit Job, and Poll
Version 1.0.0
Provision both a pipeline and a preset from scratch, submit a job that uses them, then poll the job to completion.
Provider
Workflows
provision-pipeline-preset-submit-poll
Create a pipeline and preset, submit a job using both, and poll to completion.
Creates a pipeline and an output preset, submits a job that references both, and polls ReadJob until the job leaves the Submitted and Progressing states.
1
createPipeline
CreatePipeline
Create the pipeline that ties the input bucket, output bucket, and IAM role together for the job.
2
createPreset
CreatePreset
Create the output preset that defines the container the job output will use.
3
submitJob
CreateJob
Submit a transcoding job into the new pipeline whose single output uses the new preset.
4
pollJob
ReadJob
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.