-
Notifications
You must be signed in to change notification settings - Fork 458
Description
While loading some workflows, the frontend displays warnings such as "Invalid workflow against zod schema: Validation error: Invalid uuid at "id".
Firstly, zod schema information is too technical for end users.
Secondly, this warning doesn't affect the actual workflow execution.
And what's the point of displaying this information? Is it to encourage users to fix the workflow?
But almost no workflow author understands what zod schema means and how to fix it.
Furthermore, this warning cannot be disabled; it reappears every time the workflow is closed and reloaded, which is very annoying.
We should provide a "fix" button so users can fix these warnings with a single click; otherwise, we should remove similar warnings from the front-end page (or at least put them in the browser console instead of displaying them on the page all the time).
┆Issue is synchronized with this Notion page by Unito