components-contrib/workflows
Josh van Leeuwen aca5116d95
Workflows: Make request types optional and use proto strings (#3624)
Signed-off-by: joshvanl <me@joshvanl.dev>
2024-12-16 09:07:50 -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 Workflows: Make request types optional and use proto strings (#3624) 2024-12-16 09:07:50 -08:00
responses.go Workflow management API cleanup / breaking changes for v1.11 (#2751) 2023-04-24 16:02:59 -07:00
workflow.go Interfaces: Update all component interfaces to implement io.Closer (#3542) 2024-09-19 08:53:22 -07: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