Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 424 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 424 Bytes

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: dapr/dapr#4576