components-contrib/workflows
Ryan Lettieri 180b6e1084
Addition of Purge for workflow (#2729)
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2023-04-25 21:48:46 +00:00
..
temporal Addition of Purge for workflow (#2729) 2023-04-25 21:48:46 +00:00
README.md Addressing more review comments from workflows building block review 2022-09-12 15:19:32 -06:00
metadata.go Adding in optional parameter for a namespace into temporal 2022-11-12 11:04:32 -07:00
requests.go Addition of Purge for workflow (#2729) 2023-04-25 21:48:46 +00:00
responses.go Workflow management API cleanup / breaking changes for v1.11 (#2751) 2023-04-24 16:02:59 -07:00
workflow.go Addition of Purge for workflow (#2729) 2023-04-25 21:48:46 +00:00

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.

Using Temporal

When using temporal as the workflow, the task queue must be provided as an Option in the start request struct with the key: task_queue

Associated Information

The following link to the workflow proposal will provide more information on this feature area: https://github.com/dapr/dapr/issues/4576