Get schedule execution's Tasks
{ getTasksIds }
Returns the list of tasks for a Schedule Execution
Method
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
A generic object used to contain ID's of items. 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 id list can be used to retrieve the task data or to rerun a specific job using 'reRunTask'
Examples
Find and Run a scheduled task (JavaScript):
This example demonstrates how to find a item's schedule and then run it programmatically.
The example uses API authentication driven from JavaScript. See Authentication APIs for alternatives.