StepFlow.LiveWorkers.get_by-exclamation-mark

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

Gets a single live worker by job ID

Examples

iex> get_by!(123)
%LiveWorker{}

iex> get_by!(456)
nil