Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets a dependency between two tasks.
Syntax
protected void scheduleBatchDependency(RefRecId _task, RefRecId _dependsOnTask)
Run On
Server
Parameters
- _task
Type: RefRecId Extended Data Type
The batch record ID of the upgrade task.
- _dependsOnTask
Type: RefRecId Extended Data Type
The batch record ID of the other task that the upgrade task depends on.
Remarks
Eventually, all upgrade dependencies are inserted into the BatchConstraints table. The batch will look up at this table when scheduling jobs.
The batch is not aware of information that is stored in the ReleaseUpdate tables.