StepFlow.Workflows.create_workflow

You're seeing just the function create_workflow, go back to StepFlow.Workflows module for more information.
Link to this function

create_workflow(attrs \\ %{})

View Source

Creates a workflow.

Examples

iex> create_workflow(%{field: value})
{:ok, %Workflow{}}

iex> create_workflow(%{field: bad_value})
{:error, %Ecto.Changeset{}}