View Source StepFlow.Progressions (StepFlow v1.7.3-rc3)
The Progressions context.
Summary
Functions
Creates a progression.
Functions
Creates a progression.
Examples
iex> create_progression(%{field: value})
{:ok, %Progression{}}
iex> create_progression(%{field: bad_value})
{:error, %Ecto.Changeset{}}