CrewAI Cloud · Arazzo Workflow
CrewAI AMP Kick Off With Human-in-the-Loop Review
Version 1.0.0
Kick off a crew, poll until it pauses for review, deliver feedback, and poll again.
View Spec
View on GitHub
AI AgentsAI Agent PlatformAgent OrchestrationMulti-Agent SystemsAgent Management PlatformManaged AgentsAutomationsObservabilityHuman In The LoopArazzoWorkflows
Provider
Workflows
kickoff-with-hitl-review
Kick off a crew, deliver human feedback on a paused task, then poll to completion.
Chains POST /kickoff, a GET /status/{kickoff_id} poll loop, POST /resume to deliver human-in-the-loop feedback on the paused task, and a final status poll loop to reach a terminal state.
1
kickoff
kickoffCrew
Launch the crew execution with the supplied inputs and capture the kickoff_id, which doubles as the execution_id for resume.
2
pollUntilPaused
getKickoffStatus
Poll the execution status until it is no longer running, at which point a task may be awaiting human review.
3
submitFeedback
resumeKickoff
Resume the paused execution by delivering the reviewer's feedback on the named task, approving it to proceed or returning it to retry.
4
pollUntilDone
getKickoffStatus
Poll the execution status again after feedback was delivered, looping while running and ending once the execution settles into completed or error.