View Source StepFlow.Updates (StepFlow v1.6.0-rc17)

The Updates context.

Link to this section Summary

Link to this section Functions

Link to this function

create_update(attrs \\ %{})

View Source

Creates an update.

examples

Examples

iex> create_update(%{field: value})
{:ok, %Update{}}

iex> create_update(%{field: bad_value})
{:error, %Ecto.Changeset{}}
Link to this function

update_parameter(job_parameters, list)

View Source
Link to this function

update_parameters(job, parameters)

View Source