@oneblink/sdk-core
    Preparing search index...

    Type Alias FormSubmissionDraft

    type FormSubmissionDraft = {
        externalId?: string;
        formId: number;
        formsAppId: number;
        id: string;
        jobId?: string;
        previousFormSubmissionApprovalId?: string;
        submissionId?: string;
        taskActionId?: string;
        taskGroupInstanceId?: string;
        taskId?: string;
        username?: string;
        versions: FormSubmissionDraftVersion[];
    }
    Index

    Properties

    externalId?: string

    The external id provided by a developer

    formId: number

    The id of the form the draft was saved against

    formsAppId: number

    The id of the forms app the draft was created in

    id: string

    Unique identifier for the draft.

    jobId?: string

    The id of the job associated with the draft

    previousFormSubmissionApprovalId?: string

    The previous form submission approval id, if the draft is a response to a clarification request on the submission approval

    submissionId?: string

    The submission identifier to indicate if the draft has been submitted

    taskActionId?: string

    The id of the scheduled task action that was used to complete the task.

    taskGroupInstanceId?: string

    The id of the scheduled task group instance that the taskId is related to.

    taskId?: string

    The id of the scheduled task that was started when the draft was saved.

    username?: string

    The username of the user that the draft is associated with. Will be undefined if the draft is being shared.

    The versions of the draft data