Get schedule execution's Tasks
{ getTasks }
Returns the list of tasks for a Schedule Execution
Method
/API2/tasks/getTasks
Input Parameters
Name
executionsId
Type
string
Description
The execution's system ID
Output Response
Successful Result Code
200
Response List Type
Description of Response Type
Execution Tasks object with details of a scheduled job task. Note that the response is returned as a list of items of this object type.
Notes
Each schedule produces an 'execution' each time it runs. The execution is effectively an instance of the schedule. Within each execution is a list of jobs or 'tasks' tha represent the atomic level of activity that will be executed.The task list can be sued to see status of each task or to rerun a specific job using 'reRunTask'