NewTaskGroup: {
    formsAppEnvironmentId: number;
    name: string;
    organisationId: string;
    taskIds: (Task["taskId"] | TaskGroupSubGroup)[];
}

Type declaration

  • 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

  • taskIds: (Task["taskId"] | TaskGroupSubGroup)[]

    The identifiers of tasks/sub-groups that the task group will show within a Forms App. The order of the identifiers is respected when displaying actions.