- Dapr installed
- Redis available at
localhost:6379for the workflow state store
cargo build -p examples --example workflow --features dapr/workflowdapr run --app-id workflow \
--resources-path ./config \
-- cargo run --example workflowThe workflow is scheduled, suspended, resumed, sent an external event, completed, purged, then scheduled again, terminated, and purged.