fix(editor): Fix default workflow settings (#11632)

This commit is contained in:
Csaba Tuncsik
2024-11-08 15:48:23 +01:00
committed by GitHub
parent 74582290c0
commit 658568e270
4 changed files with 79 additions and 35 deletions

View File

@@ -626,7 +626,6 @@ export type WorkflowCallerPolicyDefaultOption = 'any' | 'none' | 'workflowsFromA
export interface IWorkflowSettings extends IWorkflowSettingsWorkflow {
errorWorkflow?: string;
saveManualExecutions?: boolean;
timezone?: string;
executionTimeout?: number;
maxExecutionTimeout?: number;