Type Alias AutomationDetailRequestObject

type AutomationDetailRequestObject = {
    description?: string;
    maxConcurrentRuns?: number;
    name: string;
    schedules?: automations.ScheduleRequestObject[];
    spaceId?: string;
    workspace?: unknown;
}
Index
description?: string

The description of the automation

maxConcurrentRuns?: number

Maximum number of concurrent runs allowed for this automation. The maximum value is defined in automations settings.

name: string

The name of the automation.

spaceId?: string

The unique identifier of the space in which the automation is created.

workspace?: unknown

The workspace generated by the Qlik Automate editor.