StepFlow.Artifacts.create_artifact

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

create_artifact(attrs \\ %{})

View Source

Creates an artifact.

Examples

iex> create_artifact(%{field: value})
{:ok, %Artifact{}}

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