Production-ready interrupt handling and workflow resumption
| Workflow | Type | Distribution | Topic | Status | Updated | Actions |
|---|---|---|---|---|---|---|
| Loading workflows... | ||||||
/review - Submit review decision and resume workflow
/workflow/{workflow_id}/status - Get workflow status
/workflow/{workflow_id}/resume - Manually resume workflow
/workflows - List all workflows
/workflow/{workflow_id}/details - Get workflow details
/workflow/{workflow_id}/distribution-preview - Preview distribution recipients (no emails sent)
/health - Health check with component status
POST /review
{
"workflow_id": "workflow_123",
"decision": "accept",
"comment": "Great content, ready to publish"
}
GET /workflow/workflow_123/status
POST /workflow/workflow_123/resume
{
"force_resume": false
}