FormApprovalFlowNodeBase: {
    approvalFormId?: number;
    group: string;
    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

  • label: string

    The unique label for the node