Definition for follow up execution.
| name | data type | constraints | description | 
|---|---|---|---|
| scheduleId | array of number | required | Get the set of schedule IDs after which the associated schedule should be executed. | 
| onlyAfterSuccess | boolean | required boolean | Whether the associated schedule should only be executed if the followed schedules were executed successfully. | 
Example
{
  "scheduleId" : [ 12345, 12345 ],
  "onlyAfterSuccess" : true
}