Summary
Run Manual Trigger
Description
Manually runs the action associated with the Trigger document
Route
POST /operations-manager/triggers/manual/:id/run
Roles
admin
apiwrite
engineering
operations
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | yes | the id of the manual trigger document |
| formData | object | yes | The form data that will be used as workflow input |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| result | object | job document of the workflow that was ran |