Fix manual trigger output schema (#8150)

- add schema for manual trigger
- split into sub functions
- handle case with no variables
This commit is contained in:
Thomas Trompette
2024-10-28 18:42:09 +01:00
committed by GitHub
parent 69c24968c1
commit 409def8431
13 changed files with 305 additions and 83 deletions

View File

@ -87,6 +87,7 @@ export const WorkflowEditTriggerManualForm = ({
...trigger,
settings: {
objectType: updatedObject,
outputSchema: {},
},
});
}}