Type Alias Eventdef

type Eventdef = {
    correlation?: CorrelationDef[];
    dataOnly?: boolean;
    name?: string;
    source?: "system-events.task";
    type?: "com.qlik.v1.task.run.finished";
}
Index

Properties

correlation?: CorrelationDef[]

CloudEvent correlation definitions

dataOnly?: boolean
name?: string
source?: "system-events.task"
type?: "com.qlik.v1.task.run.finished"