Predecessors

Add predecessor

Adds an existing task as a predecessor to provided task.

Parameters

Output

Record with information about whether operation failed or not.

Errors

Get predecessors

Gets all predecessors of given task.

Parameters

Output

Record with information about whether operation failed or not. If succesful, result of operation is stored in Results member

Structure of Results Results

TaskID

Value

Errors

Remove all predecessor

Removes all predecessor of provided task.

Parameters

Output

Record with information about whether operation failed or not.

Errors

Remove predecessor

Removes a predecessor of provided task.

Parameters

Output

Record with information about whether operation failed or not.

Errors

Last updated