Workflows.start

You're seeing just the function start, go back to Workflows module for more information.
Link to this function

start(workflow, ctx, args)

View Source

Specs

start(
  Workflows.Workflow.t(),
  Workflows.Activity.ctx(),
  Workflows.Activity.args()
) :: Workflows.Execution.execution_result() | {:error, term()}

Starts a workflow execution with the given ctx and args.