Share via


ApprovalDetailOutput interface

The approval task details

Properties

approvalType

The approval type of an approval task.

approvers

The list of approvers with reply.

status

The status of an approval task.

Property Details

approvalType

The approval type of an approval task.

approvalType: "PendingOnAny" | "PendingOnAll"

Property Value

"PendingOnAny" | "PendingOnAll"

approvers

The list of approvers with reply.

approvers: Record<string, ApproverResponseOutput>

Property Value

Record<string, ApproverResponseOutput>

status

The status of an approval task.

status: "Canceled" | "Pending" | "Approved" | "Rejected"

Property Value

"Canceled" | "Pending" | "Approved" | "Rejected"