View Source StepFlow.Artifacts (StepFlow v1.7.0)
The Artifacts context.
Link to this section Summary
Functions
Creates an artifact.
Link to this section Functions
Creates an artifact.
examples
Examples
iex> create_artifact(%{field: value})
{:ok, %Artifact{}}
iex> create_artifact(%{field: bad_value})
{:error, %Ecto.Changeset{}}