CLI Reference
Workflow Commands
workflow init
Scaffold an attribute-based workflow skeleton.
bash
bin/cake workflow init order Ordersworkflow list
List configured workflows.
bash
bin/cake workflow list
bin/cake workflow list --verboseworkflow show
Show one workflow in detail.
bash
bin/cake workflow show order
bin/cake workflow show order --mermaidworkflow validate
Validate one or more workflows and surface analyzer findings.
bash
bin/cake workflow validateworkflow timeouts
Process due timeouts.
bash
bin/cake workflow timeouts
bin/cake workflow timeouts --dry-run
bin/cake workflow timeouts --limit 100Bake Commands
bake workflow_state
Requires cakephp/bake and the Bake plugin.
bash
bin/cake bake workflow_state Order/Shipped
bin/cake bake workflow_state Order/Shipped --final
bin/cake bake workflow_state Order/Shipped --transition-to Delivered --transition-name deliver