package
0.8.0
Repository: https://github.com/adrianwit/endly.git
Documentation: pkg.go.dev

# README

Workflow service

Workflow Service

Workflow service provide capability to run task, action from any defined workflow.

Service IdActionDescriptionRequestResponse
workflowrunrun workflow with specified tasks and parametersRunRequestRunResponse
workflowgotoswitch current execution to the specified task on current workflowGotoRequestGotoResponse
workflowswitchrun matched case action or taskSwitchRequestSwitchResponse
workflowexitterminate execution of active workflow (caller)n/an/a
workflowfailfail workflowFailRequestn/a

Predefined workflows

Predefined workflows

Predefined set provides commonly used workflow for services, app to build, deploy and testing.

Workflows