View Source StepFlow.Artifacts (StepFlow v1.7.3-rc3)
The Artifacts context.
Summary
Functions
Creates an artifact.
Functions
Creates an artifact.
Examples
iex> create_artifact(%{field: value})
{:ok, %Artifact{}}
iex> create_artifact(%{field: bad_value})
{:error, %Ecto.Changeset{}}