Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TaskDependencies

Package version

An interface representing TaskDependencies.

summary

Specifies any dependencies of a task. Any task that is explicitly specified or within a dependency range must complete before the dependant task will be scheduled.

Hierarchy

  • TaskDependencies

Index

Properties

Properties

Optional taskIdRanges

taskIdRanges: TaskIdRange[]

The list of task ID ranges that this task depends on. All tasks in all ranges must complete successfully before the dependent task can be scheduled.

Optional taskIds

taskIds: string[]

The list of task IDs that this task depends on. All tasks in this list must complete successfully before the dependent task can be scheduled. The taskIds collection is limited to 64000 characters total (i.e. the combined length of all task IDs). If the taskIds collection exceeds the maximum length, the Add Task request fails with error code TaskDependencyListTooLong. In this case consider using task ID ranges instead.

Generated using TypeDoc