FormApprovalFlowStepBase: {
    approvalFormId?: number;
    clarificationRequestEmailTemplateId?: number;
    group: string;
    label: string;
}

Type declaration

  • OptionalapprovalFormId?: number

    The id of a form that should be submitted with approval

  • OptionalclarificationRequestEmailTemplateId?: number

    The id of an email template to use for clarification request emails

  • group: string

    The group that will be assigned an approval for this step

  • label: string

    The unique label for the step