Lifecycle
Starting a workflow
Workflows are started viaplatform_create_roadmap_item with start_drafting: true. This creates a roadmap item and immediately kicks off the drafting workflow.
- MCP
- API
Polling for status
- MCP
- API
Call
workflows_get_status with workflow_id.In Progress
Completed
Failed
Human review
Some workflows pause to let a human review intermediate results before continuing.Detecting a paused workflow
Whenstatus is "Human Review", the response includes a review object:
Review types
Resuming a workflow
- MCP
- API
Call
workflows_resume with the workflow_id and a decision object matching the review type:Decision payloads by review type
implementation_spec_review:
answer_review:
keywords_review:
internal_link_review:
Workflow types
Only Create Post Draft can be started directly via MCP or API. The other 3 workflows are triggered when you approve optimization suggestions in the ClickFlow dashboard. Once running, all workflows can be polled and resumed via MCP/API.