A complex data type that represents an approver in the
approval stage of a review. Used with the Review, Commenting, and
Approval building block, which is installed with the Managed Review
& Approval Solution Accelerator.
For information about data that can be accessed using XPath Expressions,
see
Data items
.
Data items
The data items that ApproverTO values contain.
additionalMetadata
A
string
value
that represents additional information associated with the approver.
completedBy
A
string
value
that represents the user who approved the review content.
completedFromIP
A
string
value
that represents the IP address of the client machine that the review
content was approved from.
createdAt
A
string
value
that represents how the approver was added to the review. Valid values
are:
-
TEMPLATE_CREATION
-
Approver was part of the review template.
-
INITIATION
-
Approver added when review was initiated.
-
UPDATES
-
Approver added using addApprover(update) API.
disposition
A
string
value
that represents a custom status for the approver.
endDate
A
date
value
that specifies the end date of the approval task.
finalComments
A
string
value
that represents the approver’s final comments, which are added when
completing the approval task.
reviewContext
A
ReviewContextTO
value
that represents the instance of the review.
reviewStage
A
ReviewStageTO
value
that represents a stage of a multi-staged review and approval process.
startDate
A
date
value
that specifies the start date of the approval task.
status
A
string
value
that represents the status of the approval. The following values are
valid:
-
APPROVED
-
REJECTED
-
PENDING
-
TERMINATED
-
REMOVED
umOid
A
string
value
that represents the User Management unique identifier for the approver.
|
|
|