components-contrib/workflows
Ryan Lettieri deb647c241 Updating workflows request struct
Signed-off-by: Ryan Lettieri <ryanLettieri@microsoft.com>
2022-11-14 12:39:35 -07:00
..
temporal Updating workflows request struct 2022-11-14 12:39:35 -07: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 Updating workflows request struct 2022-11-14 12:39:35 -07:00
responses.go Updating responses from workflows building block to be more generic 2022-10-21 23:58:48 -06:00
workflow.go Addressing review comments for workflow building block API 2022-09-08 16:17:19 -06: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