StepFlow.Jobs.create_completed_job

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

create_completed_job(workflow, step_id, action)

View Source

Creates a job with a completed status.

Examples

iex> create_completed_job(workflow, step_id, "webhook_notification")
{:ok, "completed"}