StepFlow.Jobs.get_job_with_status-exclamation-mark
You're seeing just the function
get_job_with_status-exclamation-mark
, go back to StepFlow.Jobs module for more information.
Gets a single job with its related status.
Raises Ecto.NoResultsError
if the Job does not exist.
Examples
iex> get_job_with_status!(123)
%Job{}
iex> get_job!(456)
** (Ecto.NoResultsError)