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

    Interface TaskGroup

    interface TaskGroup {
        createdAt: string;
        formsAppEnvironmentId: number;
        name: string;
        organisationId: string;
        taskGroupId: string;
        taskIds: string[];
        versionId: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: string
    formsAppEnvironmentId: number

    The related forms app environment id that this task group belongs to

    name: string

    The label of the task group

    organisationId: string

    The organisation id that this task group belongs to

    taskGroupId: string
    taskIds: string[]

    The identifiers of tasks that the task group will show within a Forms App. The order of the identifiers is respected when displayingActions

    versionId: number