ApprovalStage interface

The approval stage.

Properties

approvalStageTimeOutInDays

The time in days when approval request would be timed out

escalationApprovers

The escalation approver of the request.

escalationTimeInMinutes

The time in minutes when the approval request would be escalated if the primary approver does not approve

isApproverJustificationRequired

Determines whether approver need to provide justification for his decision.

isEscalationEnabled

The value determine whether escalation feature is enabled.

primaryApprovers

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

The escalation approver of the request.

escalationApprovers?: UserSet[]

Property Value

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

primaryApprovers

The primary approver of the request.

primaryApprovers?: UserSet[]

Property Value