StepFlow.Artifacts.create_artifact
You're seeing just the function
create_artifact
, go back to StepFlow.Artifacts module for more information.
Creates an artifact.
Examples
iex> create_artifact(%{field: value})
{:ok, %Artifact{}}
iex> create_artifact(%{field: bad_value})
{:error, %Ecto.Changeset{}}