Signed-off-by: joshvanl <me@joshvanl.dev> |
||
|---|---|---|
| .. | ||
| README.md | ||
| metadata.go | ||
| requests.go | ||
| responses.go | ||
| workflow.go | ||
README.md
Workflows
A workflow is custom application logic that consists of a set of tasks and or state transitions.
Implementing a new Workflow
A compliant workflow needs to implement the Workflow interface included in the workflow.go file.
Associated Information
The following link to the workflow proposal will provide more information on this feature area: https://github.com/dapr/dapr/issues/4576