StepFlow.Workflows.get_workflow-exclamation-mark
You're seeing just the function
get_workflow-exclamation-mark
, go back to StepFlow.Workflows module for more information.
Gets a single workflows.
Raises Ecto.NoResultsError
if the Workflow does not exist.
Examples
iex> get_workflows!(123)
%Workflow{}
iex> get_workflows!(456)
** (Ecto.NoResultsError)