workflow-parallel

command
v1.10.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 6, 2024 License: Apache-2.0 Imports: 5 Imported by: 0

README

Dapr Parallel Workflow Example with go-sdk

Step

Prepare
  • Dapr installed
Run Workflow
dapr run --app-id workflow-parallel \
         --dapr-grpc-port 50001 \
         --log-level debug \
         --resources-path ./config \
         -- go run ./main.go

Result

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL