app-workflow_engine

On this page:

startJobWithOptions

Summary

Start a Job with Options

Description

Initiate a job of a workflow with options.

Route

POST /workflow_engine/startJobWithOptions/:workflow

Roles

admin engineering support apiwrite

Parameters

DetailsExampleSchema
Name Type Required Description
workflow string yes Name of the workflow from which to start the job.
options object yes Options for the job.

Return

DetailsExampleSchema
Name Type Description
save_data object Job which is started.