task.item.getdependson
Attention! This method is deprecated and is no longer supported. It is recommended to use the methods tasks.task.*.
Returns an array with task IDs, on which the task depends (Previous tasks option in task creation form).
Function parameters
Parameter | Description |
---|---|
TASKID | Task ID. |
Attention! Compliance to parameter sequence in the request is mandatory. If sequence is not observed, the request will be completed with errors.
Example
BX24.callMethod( 'task.item.getdependson', [13], function(result) { console.info(result.data()); console.log(result); } );
© «Bitrix24», 2001-2024