StepFlow.Jobs.get_job

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

Gets a single job.

Examples

iex> get_job(123)
%Job{}

iex> get_job(456)
nil