Credo.Execution.run_pipeline
You're seeing just the function
run_pipeline
, go back to Credo.Execution module for more information.
Runs the pipeline with the given pipeline_key
and returns the result Credo.Execution
struct.
Execution.run_pipeline(exec, :my_pipeline_key)
# => %Credo.Execution{...}