✨ Add possibility to execute workflows in same process
This commit is contained in:
@@ -84,6 +84,12 @@ const config = convict({
|
||||
default: false,
|
||||
env: 'EXECUTIONS_DATA_SAVE_MANUAL_EXECUTIONS'
|
||||
},
|
||||
|
||||
sameProcessExecution: {
|
||||
doc: 'Executes the workflows in the same process instead of in a separate one',
|
||||
default: false,
|
||||
env: 'EXECUTIONS_SAME_PROCESS'
|
||||
},
|
||||
},
|
||||
|
||||
generic: {
|
||||
|
||||
Reference in New Issue
Block a user