FormApprovalFlowNodeBase: {
    approvalFormId?: number;
    group: string;
    hideApprovalDenyButton?: boolean;
    label: string;
}

Type declaration

  • OptionalapprovalFormId?: number

    The id of a form that should be submitted with approval

  • group: string

    The group that will be assigned an approval for this node

  • OptionalhideApprovalDenyButton?: boolean

    Configuration to hide the deny button on approval actioning screens

  • label: string

    The unique label for the node