This is a low-level implementation on top of the workflow service's POST /jobs endpoint.

post_job(pipeline_name, params, conn)

Arguments

pipeline_name

Name of the pipeline to run

params

Named list of parameters to forward to the job

conn

connection object, see platform_connect

Value

WorkflowJob object