refactor(core): Refactor execution post-execute promises (no-changelog) (#10809)
Co-authored-by: Danny Martini <danny@n8n.io>
This commit is contained in:
committed by
GitHub
parent
521bbfeee5
commit
67fb6d6fdd
@@ -193,7 +193,8 @@ export interface IExecutionsCurrentSummary {
|
||||
export interface IExecutingWorkflowData {
|
||||
executionData: IWorkflowExecutionDataProcess;
|
||||
startedAt: Date;
|
||||
postExecutePromises: Array<IDeferredPromise<IRun | undefined>>;
|
||||
/** This promise rejects when the execution is stopped. When the execution finishes (successfully or not), the promise resolves. */
|
||||
postExecutePromise: IDeferredPromise<IRun | undefined>;
|
||||
responsePromise?: IDeferredPromise<IExecuteResponsePromiseData>;
|
||||
workflowExecution?: PCancelable<IRun>;
|
||||
status: ExecutionStatus;
|
||||
|
||||
Reference in New Issue
Block a user