type: error post: description: |
this resource can be used in the GUI for three functions
Name | Type | Description | Example | Default |
---|---|---|---|---|
``controllerId`` | required, string | JobScheduler Controller ID | jobscheduler | |
``orders`` | required, array | Specified the orders which should be modified. | [{
"workflowPath":"/myWorkflow",
"orderName":"daily"
"scheduledFor":"now+10"
}] |
|
``orderName`` | required, string (max. 30 characters) field of each ``orders`` item | ``orderName`` is only a part of the orderId in the form "#<date>#T<uniqueId>-<orderName>" | ||
``workflowPath`` | required, string field of each ``orders`` item | |||
``scheduledFor`` | optional, string field of each ``orders`` item |
start time in ISO format yyyy-mm-dd HH:MM[:SS] or now or now + HH:MM[:SS] or now + SECONDS | now+10 | now |
``timeZone`` | optional, string field of each ``orders`` item |
| Europe/Berlin | Etc/UTC |
``arguments`` | optional, object field of each ``orders`` item | Arguments | {"key1":"value1","key2":"value2"} |