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;
}
Event Logs are the history of the workflow execution.
interface EventLog {
actionRef: string;
data: any;
eType: 'LOG' | 'FLOW';
name: string;
occurredAt: Date;
weight: number;
}