Share via


dependency Element (Tasks Schema)

Specifies the ID of another task that this task depends on. The other task must complete before this task can start.

Schema Hierarchy

tasks Element (Tasks Schema)

    task Element (Tasks Schema)

        dependencies Element (Tasks Schema)

            dependency Element (Tasks Schema)

<dependency taskId="task id" />

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description

taskId

Required dependency attribute.

The ID of the task that must complete before this task can start.

Child Elements

None.

Parent Elements

Element Description

dependencies

Optional element.

Specifies a collection of tasks that must complete before the current task can start.

Remarks

dependency is an optional child element of dependencies.

minOccurs="0"

maxOccurs="unbounded"

Element Information

Namespace

Empty

Schema Name

Tasks Schema

Validation File

Tasks.xsd

Element Type

dependency

Can Be Empty

Not applicable

See Also

Tasks

Process Template Schemas Download

Concepts

Tasks