feat: Ability to change workflow trigger

This commit is contained in:
Dries Augustyns
2026-02-18 20:26:41 +01:00
parent f947ee6f22
commit eec37ecb31
4 changed files with 167 additions and 24 deletions
+1
View File
@@ -180,6 +180,7 @@ export const WorkflowSchemas = {
triggerType: z.nativeEnum(WorkflowTriggerType).optional(),
triggerConfig: jsonSchema.optional(),
enabled: z.boolean().optional(),
allowReentry: z.boolean().optional(),
}),
addStep: z.object({
type: z.nativeEnum(WorkflowStepType),