components-contrib/workflows
Bernd Verst 15fa6d186f
[Security] Remove orphaned unmaintained Temporal component (#3252)
Signed-off-by: Bernd Verst <github@bernd.dev>
2023-11-28 18:36:33 -08:00
..
README.md [Security] Remove orphaned unmaintained Temporal component (#3252) 2023-11-28 18:36:33 -08: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.

Associated Information

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