View Source StepFlow.Progressions (StepFlow v1.8.0)

The Progressions context.

Summary

Functions

Link to this function

create_progression(attrs \\ %{})

View Source

Creates a progression.

Examples

iex> create_progression(%{field: value})
{:ok, %Progression{}}

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