Type Alias AutomationDetailUpdateRequestObject

type AutomationDetailUpdateRequestObject = {
    description?: string;
    maxConcurrentRuns?: number;
    name?: string;
    schedules?: ScheduleRequestObject[];
    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[]
workspace?: unknown

The workspace generated by the Qlik Automate editor.