StepFlow.Workflows.create_workflow
You're seeing just the function
create_workflow
, go back to StepFlow.Workflows module for more information.
Creates a workflow.
Examples
iex> create_workflow(%{field: value})
{:ok, %Workflow{}}
iex> create_workflow(%{field: bad_value})
{:error, %Ecto.Changeset{}}