mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
fix(core): Fall back to regular mode for execute and executeBatch commands (#14381)
This commit is contained in:
@@ -55,6 +55,10 @@ export class WorkflowRunner {
|
||||
private readonly executionDataService: ExecutionDataService,
|
||||
) {}
|
||||
|
||||
setExecutionMode(mode: 'regular' | 'queue') {
|
||||
this.executionsMode = mode;
|
||||
}
|
||||
|
||||
/** The process did error */
|
||||
async processError(
|
||||
error: ExecutionError | ExecutionNotFoundError,
|
||||
|
||||
Reference in New Issue
Block a user