mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Implement dirty nodes for partial executions (#11739)
Co-authored-by: Danny Martini <danny@n8n.io>
This commit is contained in:
committed by
GitHub
parent
57d3269e40
commit
b8da4ff9ed
@@ -2274,6 +2274,7 @@ export interface IWorkflowExecutionDataProcess {
|
||||
* PARTIAL_EXECUTION_VERSION_DEFAULT
|
||||
*/
|
||||
partialExecutionVersion?: string;
|
||||
dirtyNodeNames?: string[];
|
||||
}
|
||||
|
||||
export interface ExecuteWorkflowOptions {
|
||||
|
||||
Reference in New Issue
Block a user