StepFlow.LiveWorkers.get_by
You're seeing just the function
get_by
, go back to StepFlow.LiveWorkers module for more information.
Gets a single live worker by job ID
Examples
iex> get_by(%{"job_id" => 123})
%LiveWorker{}
iex> get_by(%{"job_id" => 456})
nil