StepFlow.WorkflowDefinitions (StepFlow v1.3.0-rc) View Source
The WorkflowDefinitions context.
Link to this section Summary
Functions
Gets a single WorkflowDefinition (latest version).
Gets a single WorkflowDefinition by specifying the version.
Returns the list of Workflow Definitions.
Link to this section Functions
Gets a single WorkflowDefinition (latest version).
Raises Ecto.NoResultsError
if the WorkflowDefinition does not exist.
Link to this function
get_workflow_definition(identifier, version_major, version_minor, version_micro)
View SourceGets a single WorkflowDefinition by specifying the version.
Raises Ecto.NoResultsError
if the WorkflowDefinition does not exist.
Returns the list of Workflow Definitions.