type: error post: description: |
This resource can be used in the GUI for two functions
| Name | Type | Description | Example | Default |
|---|---|---|---|---|
| ``jobschedulerId`` | required, string | JobScheduler Master ID | scheduler | |
| ``orders`` | required, array | Specified the orders which should be modified. | [{
"jobChain":"/sos/reporting/Inventory",
"orderId":"Inventory"
}] |
|
| ``state`` | optional, string field of each ``orders`` item | Name of the desired job chain start node | ||
| ``endState`` | optional, string field of each ``orders`` item | Name of the desired job chain end node | ||
| ``params`` | optional, array field of each ``orders`` item | Parameter | params:[{"name":"...","value":"..."}] |