<- Adapters

Workflow

experimentalinfra

Durable workflow execution tracking with injectable backend

pip install chp-adapter-workflow

Auto-discovered through the chp.adapters entry point — no host config needed.

Capabilities

What this adapter exposes.

cancelv1.0.0

Cancel a running workflow. No-op if already in a terminal state.

chp.adapters.workflow.cancel
get_statusv1.0.0

Get the current status and step history of a workflow.

chp.adapters.workflow.get_status
listv1.0.0

List workflow executions with optional status and type filters.

chp.adapters.workflow.list
record_stepv1.0.0

Record a step outcome against a running workflow.

chp.adapters.workflow.record_step
submitv1.0.0

Submit a new workflow execution. Returns a workflow_id.

chp.adapters.workflow.submit
See the full capability catalog →