@oneblink/sdk
    Preparing search index...

    Type Alias FormSubmissionMetaResult

    type FormSubmissionMetaResult = {
        formApprovalFlowInstance?: FormApprovalFlowInstance;
        formSubmissionApprovals?: FormSubmissionApproval[];
        formSubmissionMeta: FormSubmissionMeta;
        formSubmissionMetaEdits?: FormSubmissionMetaEdit[];
        formSubmissionNylasBooking?: NylasBooking;
        formSubmissionPayments?: FormSubmissionPayment[];
        formSubmissionSchedulingBooking?: SchedulingBooking;
        formSubmissionWorkflowEvents?: FormSubmissionWorkflowEvent[];
        taskCompletion?: {
            completedTask: CompletedTask;
            task: Task;
            taskAction?: TaskAction;
            taskGroup?: TaskGroup;
            taskGroupInstance?: TaskGroupInstance;
        };
    }
    Index

    Properties

    formApprovalFlowInstance?: FormApprovalFlowInstance

    The approval flow related to the submission if the form had an approval flow configured at the time of submission

    formSubmissionApprovals?: FormSubmissionApproval[]

    The approvals related to the approval flow if the form had an approval flow configured at the time of submission

    formSubmissionMeta: FormSubmissionMeta

    The meta record for the submission

    formSubmissionMetaEdits?: FormSubmissionMetaEdit[]

    The edits applied to this submission, newest first. Omitted when the submission has never been edited.

    formSubmissionNylasBooking?: NylasBooking

    The bookings made after the submission if the form had a nylas event configured at the time of submission

    formSubmissionPayments?: FormSubmissionPayment[]

    The payments made after the submission if the form had a payment event configured at the time of submission

    formSubmissionSchedulingBooking?: SchedulingBooking

    The bookings made after the submission if the form had a scheduling event configured at the time of submission

    formSubmissionWorkflowEvents?: FormSubmissionWorkflowEvent[]

    The workflow events containing a status for each

    taskCompletion?: {
        completedTask: CompletedTask;
        task: Task;
        taskAction?: TaskAction;
        taskGroup?: TaskGroup;
        taskGroupInstance?: TaskGroupInstance;
    }

    The scheduled task that was completed by this submission, when the submission completed a task