mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
refactor(core): Bring active executions into executions controller (no-changelog) (#8371)
This commit is contained in:
@@ -2158,7 +2158,7 @@ export interface NodeExecutionWithMetadata extends INodeExecutionData {
|
||||
pairedItem: IPairedItemData | IPairedItemData[];
|
||||
}
|
||||
|
||||
export interface IExecutionsSummary {
|
||||
export interface ExecutionSummary {
|
||||
id: string;
|
||||
finished?: boolean;
|
||||
mode: WorkflowExecuteMode;
|
||||
|
||||
Reference in New Issue
Block a user