Amazon EventBridge Pipes · Arazzo Workflow
EventBridge Pipes Create Pipe and Await Running
Version 1.0.0
Create a pipe with DesiredState RUNNING, then poll DescribePipe until it reports CurrentState RUNNING.
View Spec
View on GitHub
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerlessArazzoWorkflows
Provider
Workflows
create-pipe-await-running
Create a pipe and poll until it reaches the RUNNING state.
Creates a pipe connecting a source to a target via a role, requesting the RUNNING desired state, then polls DescribePipe and loops while the pipe is still transitioning, ending once CurrentState is RUNNING.
1
createPipe
CreatePipe
Create the pipe wiring the source to the target through the supplied role and request that it move to the RUNNING desired state.
2
pollState
DescribePipe
Read the current state of the pipe. If it is still transitioning toward RUNNING, loop back and poll again; once it is RUNNING the workflow ends.