ApprovalStage interface
The approval stage.
Properties
approval |
The time in days when approval request would be timed out |
escalation |
The escalation approver of the request. |
escalation |
The time in minutes when the approval request would be escalated if the primary approver does not approve |
is |
Determines whether approver need to provide justification for his decision. |
is |
The value determine whether escalation feature is enabled. |
primary |
The primary approver of the request. |
Property Details
approvalStageTimeOutInDays
The time in days when approval request would be timed out
approvalStageTimeOutInDays?: number
Property Value
number
escalationApprovers
escalationTimeInMinutes
The time in minutes when the approval request would be escalated if the primary approver does not approve
escalationTimeInMinutes?: number
Property Value
number
isApproverJustificationRequired
Determines whether approver need to provide justification for his decision.
isApproverJustificationRequired?: boolean
Property Value
boolean
isEscalationEnabled
The value determine whether escalation feature is enabled.
isEscalationEnabled?: boolean
Property Value
boolean