View Source WorkflowMetal.Workflow.Supervisor (workflow_metal v0.2.1)
The supervisor of a workflow.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Link to this section Types
Specs
application() :: WorkflowMetal.Application.t()
Specs
options() :: [name: term(), workflow_id: workflow_id()]
Specs
workflow_id() :: WorkflowMetal.Storage.Schema.Workflow.id()
Specs
workflow_identifier() :: {application(), workflow_id()}
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.