You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Input validation was done in the backend thanks to #1123.
Those validations are included in the Flow JsonSchema, they must then be displayed on the Flow input form when executing a flow. Each input that have validation must have the validation shown somewhere in the form.
We may also validate on the UI to avoid sending wrong input to the backend, but be aware that if we do that, validation will be duplicated on the UI and the backend with a risk of having divergent validation later if things evolve not together.
The text was updated successfully, but these errors were encountered:
Feature description
Input validation was done in the backend thanks to #1123.
Those validations are included in the Flow JsonSchema, they must then be displayed on the Flow input form when executing a flow. Each input that have validation must have the validation shown somewhere in the form.
We may also validate on the UI to avoid sending wrong input to the backend, but be aware that if we do that, validation will be duplicated on the UI and the backend with a risk of having divergent validation later if things evolve not together.
The text was updated successfully, but these errors were encountered: