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 Object |
Return
DetailsExampleSchema
Name | Type | Description |
---|---|---|
save_data | object | Job which is started. |