Type Alias AutomationDetailRequestObject

type AutomationDetailRequestObject = {
    description?: string;
    maxConcurrentRuns?: number;
    name?: string;
    schedules?: ScheduleRequestObject[];
    spaceId?: string;
    state?: "available" | "unavailable" | "disabled";
    workspace?: unknown;
}
Index

Properties

description?: string
maxConcurrentRuns?: number

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

name?: string
schedules?: ScheduleRequestObject[]
spaceId?: string
state?: "available" | "unavailable" | "disabled"
workspace?: unknown

The workspace generated by the Qlik Automate editor.