The RequestObject represents a governance request, including request header, and items. The Items property represents a list of the request items added to the request. A key attribute is the Version property, the target version for the request including its hierarchies and nodes, all accessible via the relevant script objects.
Table 33. RequestObject Properties
Name | Description |
|---|---|
ID | ID |
Title | Title of request |
Version | Target version for request |
ModelName | Workflow model for request |
StageName | Current stage of request |
StageType | WorkflowStageType enumeration value, for example, WorkflowStageType.Submit (see Enumeration Constants) |
Status | WorkflowStatus enumeration value, for example, WorkflowStatus.Submitted (see Enumeration Constants) |
Items | List of RequestItemObject added to the request |