StepFlow.Jobs.get_by
You're seeing just the function
get_by
, go back to StepFlow.Jobs module for more information.
Gets a single job by workflow ID and step ID
Examples
iex> get_job(123)
%Job{}
iex> get_job(456)
nil