The following parameters apply to the getValidTaskTransitions method:
|
Parameter |
Type |
Description |
|---|---|---|
|
SID |
Integer |
Identifies the session retrieved from logging in. |
|
taskHandle |
String |
Identifies the handle to a Workflow task (for an issue or change order). |
|
attributes |
String[] |
Identifies the names of attributes to fetch from the ‘tskstat’ object. If this field is empty, all value-based attributes are returned. |
Description
Returns all of the possible values for the ‘status’ attribute of a particular task. The Status codes to which a task may be set depend upon several factors, such as the current status of the task, and restrictions set by the administrator.
Note: taskHandle can be a task owned by either a change order or an issue. The objects returned are Task Status (‘tskstat’) objects used for both types of tasks.
Returns zero or more Status objects to which a task can be set.
Returns
This method has the following returns:
|
XML Element |
Type |
Description |
|---|---|---|
|
<UDSObjectList> |
N/A |
Identifies the outer element, which contains zero or more <UDSObject> elements with the requested attribute values. |
|
Copyright © 2013 CA.
All rights reserved.
|
|