Type alias ApprovalProcessRequestConfig

ApprovalProcessRequestConfig: {
    actionType: "Submit" | "Approve" | "Reject";
    comments?: string;
    contextId: string;
    nextApproverIds?: string[];
    processDefinitionNameOrId?: string;
    skipEntryCriteria?: boolean;
}

Type declaration

  • actionType: "Submit" | "Approve" | "Reject"
  • Optional comments?: string
  • contextId: string
  • Optional nextApproverIds?: string[]
  • Optional processDefinitionNameOrId?: string
  • Optional skipEntryCriteria?: boolean