mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(core): Add queue events to log streaming (#16427)
This commit is contained in:
@@ -2143,6 +2143,9 @@ export interface IRun {
|
||||
startedAt: Date;
|
||||
stoppedAt?: Date;
|
||||
status: ExecutionStatus;
|
||||
|
||||
/** ID of the job this execution belongs to. Only in scaling mode. */
|
||||
jobId?: string;
|
||||
}
|
||||
|
||||
// Contains all the data which is needed to execute a workflow and so also to
|
||||
|
||||
Reference in New Issue
Block a user