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

    Interface CompletedTask

    interface CompletedTask {
        completedAt?: string;
        completedBy?: UserProfile;
        createdAt: string;
        formsAppId: number;
        id: string;
        submissionId?: string;
        taskActionVersionId?: number;
        taskGroupInstanceVersionId?: number;
        taskGroupVersionId?: number;
        taskVersionId: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    completedAt?: string

    If there is no form action then this will be the same as createdAt if there is a form action this will be the timestamp for when a lambda has triggered after the uploading of the s3 data

    completedBy?: UserProfile

    The user which actioned the task

    createdAt: string

    The timestamp for when the user marked the task as done

    formsAppId: number

    The id of the app displaying the tasks

    id: string

    The id of the completed task record

    submissionId?: string

    The submissionId relating to the form action

    taskActionVersionId?: number

    The version id of the task action that triggered the task completion

    taskGroupInstanceVersionId?: number

    The id of the task group instance that displayed this task in the app

    taskGroupVersionId?: number

    The version id of the task group

    taskVersionId: number

    The version id of the task