Skip to content

Latest commit

 

History

History
49 lines (39 loc) · 924 Bytes

File metadata and controls

49 lines (39 loc) · 924 Bytes

Dapr Parallel Workflow Example with rust-sdk

Step

Prepare

  • Dapr installed
  • Redis running locally on port 6379

Run Workflow

dapr run --app-id workflow-parallel \
         --dapr-grpc-port 50001 \
         --log-level debug \
         --resources-path ./config \
         -- cargo run -p examples --example workflow-parallel

Result

Workflow(s) and activities registered.
Processing work item: 9
Work item 9 processed. Result: 18
Final result: 90
workflow status: COMPLETED
workflow terminated
workflow purged