Summary
Start a Job
Description
Initiate a Job of a Workflow with variables.
Route
POST /workflow_engine/startJob/: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. |
| description | string | yes | Description of the Job. |
| variables | object | yes | Variables to start the Job with. |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| save_data | object | Job which is started. |