Signed-off-by: Samantha Coyle <sam@diagrid.io> Signed-off-by: Shivam Kumar <shivamkumar@microsoft.com> Signed-off-by: joshvanl <me@joshvanl.dev> Signed-off-by: MattCosturos <48531957+MattCosturos@users.noreply.github.com> Signed-off-by: Matt Costuros <mcosturos@moog.com> Signed-off-by: Elena Kolevska <elena@kolevska.com> Signed-off-by: Mike Nguyen <hey@mike.ee> Co-authored-by: Sam <sam@diagrid.io> Co-authored-by: Yaron Schneider <schneider.yaron@live.com> Co-authored-by: Shivam Kumar <shivamkm07@gmail.com> Co-authored-by: Shivam Kumar <shivamkumar@microsoft.com> Co-authored-by: Josh van Leeuwen <me@joshvanl.dev> Co-authored-by: MattCosturos <48531957+MattCosturos@users.noreply.github.com> Co-authored-by: Artur Souza <artursouza.ms@outlook.com> Co-authored-by: Elena Kolevska <elena-kolevska@users.noreply.github.com> |
||
---|---|---|
.. | ||
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