components-contrib/workflows
Alessandro (Ale) Segala f4e73b0e65
Update dapr/kit (#3205)
Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com>
Signed-off-by: Bernd Verst <github@bernd.dev>
Co-authored-by: Bernd Verst <github@bernd.dev>
2023-11-02 16:20:56 -07:00
..
temporal Update dapr/kit (#3205) 2023-11-02 16:20:56 -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 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 [Metadata] Update validator and some other fixes (#2984) 2023-07-17 22:17:22 +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