Viewing and Managing an Object's Schedule
After you create a bibus » schedule for an object, you can view the status and the request, start, and completion time of all background executions, and filter scheduled tasks based on user, dispatcher, or service. You can also manage schedules by modifying or canceling them, and assign priorities on scheduled tasks. You must have read and write permissions for the object.
To add one or more new schedules, use the content » add(parentPath, objects, options) method.
To view schedules or to view information about pending events currently held in queue, call the eventManagementService service using the runSpecification(specification, parameterValues, options) method.
To modify schedules, use the content » update(objects, options) method.
To set the priority for a scheduled task, use the event » updateEvents(events) method.
To run a scheduled object once, independently of the schedule associated with the object, use the asynch » run(objectPath, parameterValues, options) method. Use the event » runAt(startTime, objectPath, parameterValues, options) method to execute an object at a specified time. You can use the options and parameters associated with the object, or you can modify them for this run only by providing them as input parameters to these methods. For more information, see Specifying Options and Parameters.