feat(editor): Refactor and unify executions views (no-changelog) (#8538)
This commit is contained in:
@@ -21,6 +21,9 @@ import { Logger } from '@/Logger';
|
||||
|
||||
@Service()
|
||||
export class ActiveExecutions {
|
||||
/**
|
||||
* Active executions in the current process, not globally.
|
||||
*/
|
||||
private activeExecutions: {
|
||||
[executionId: string]: IExecutingWorkflowData;
|
||||
} = {};
|
||||
|
||||
Reference in New Issue
Block a user