Skip to main content

Event Logs

Event Logs are the history of the workflow execution.

Interface

interface EventLog {
actionRef: string;
data: any;
eType: 'LOG' | 'FLOW';
name: string;
occurredAt: Date;
weight: number;
}