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

If true, only the Event payload is accessible to consuming Workflow states. If false, both event payload and context attributes should be accessible

name?: string

Unique event name

source?: "system-events.task"

CloudEvent source

type?: "com.qlik.v1.task.run.finished"

CloudEvent type