Amazon EventBridge Pipes · Arazzo Workflow
EventBridge Pipes Stop Pipe and Await Stopped
Version 1.0.0
Stop a running pipe, then poll DescribePipe until it confirms the pipe has fully reached the STOPPED state.
View Spec
View on GitHub
Amazon Web ServicesEvent-DrivenIntegrationMessagingServerlessArazzoWorkflows
Provider
Workflows
stop-pipe-await-stopped
Stop a pipe and poll until it has fully reached the STOPPED state.
Requests that a pipe stop, then repeatedly calls DescribePipe and branches on the reported CurrentState, looping while the pipe is STOPPING and ending once it is STOPPED.
1
stopPipe
Request that the pipe transition to the STOPPED state, halting reads from the source.
2
pollStopped
Read the pipe state. While it is still STOPPING, loop back and poll again; once it is STOPPED the workflow ends.
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.