CrewAI Cloud · Arazzo Workflow
CrewAI AMP Resume a Paused Execution
Version 1.0.0
Inspect an existing execution, deliver human feedback, then poll until it settles.
View Spec
View on GitHub
AI AgentsAI Agent PlatformAgent OrchestrationMulti-Agent SystemsAgent Management PlatformManaged AgentsAutomationsObservabilityHuman-in-the-LoopArazzoWorkflows
Provider
Workflows
resume-paused-execution
Inspect a known execution, submit human feedback, and poll until it settles.
Chains GET /status/{kickoff_id} to inspect a known execution, POST /resume to deliver human-in-the-loop feedback, and a GET /status/{kickoff_id} poll loop to reach a terminal state.
1
inspectStatus
Read the current status of the execution to confirm it exists and capture the current task before delivering feedback.
2
submitFeedback
Resume the execution by delivering the reviewer's feedback on the named task, approving it to proceed or returning it to retry.
3
pollUntilDone
Poll the execution status after resuming, looping while running and ending once the execution settles into completed or error.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.