StepFlow.Jobs.get_job-exclamation-mark

You're seeing just the function get_job-exclamation-mark, go back to StepFlow.Jobs module for more information.

Gets a single job.

Raises Ecto.NoResultsError if the Job does not exist.

Examples

iex> get_job!(123)
%Job{}

iex> get_job!(456)
** (Ecto.NoResultsError)