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
getKickoffStatus
Read the current status of the execution to confirm it exists and capture the current task before delivering feedback.
2
submitFeedback
resumeKickoff
Resume the execution by delivering the reviewer's feedback on the named task, approving it to proceed or returning it to retry.
3
pollUntilDone
getKickoffStatus
Poll the execution status after resuming, looping while running and ending once the execution settles into completed or error.