Workflow
experimentalinfraDurable workflow execution tracking with injectable backend
pip install chp-adapter-workflowAuto-discovered through the chp.adapters entry point — no host config needed.
Capabilities
What this adapter exposes.
cancelv1.0.0Cancel a running workflow. No-op if already in a terminal state.
chp.adapters.workflow.cancelget_statusv1.0.0Get the current status and step history of a workflow.
chp.adapters.workflow.get_statuslistv1.0.0List workflow executions with optional status and type filters.
chp.adapters.workflow.listrecord_stepv1.0.0Record a step outcome against a running workflow.
chp.adapters.workflow.record_stepsubmitv1.0.0Submit a new workflow execution. Returns a workflow_id.
chp.adapters.workflow.submit