Module manager

Source
Expand description

A workflow manager is a centralized actor that orchestrates multiple workflows. It can be used to start new workflows, change the steps of a managed workflow, get status the of managed workflows, and stop a managed workflow.

Structs§

GetWorkflowResponse
WorkflowManagerRequest
Requests an action be taken by the workflow manager

Enums§

WorkflowManagerRequestOperation
Operations consumers can request the workflow manager to perform

Functions§

start_workflow_manager