-
Task
-
Resolution: Unresolved
-
Major
-
None
-
1.24.0.Final
-
False
-
None
-
False
-
---
-
---
Motivation
According to the SFW spec workflow should have either ID or/and KEY. Right now if user forgot to specify both of them, they won't be notified about an issue.
Goal
Notify user about missing ID and KEY properties of the workflow.
Actions
Sync up with UX team how to better notify user about missing properties in the workflow.
Notes
In VS Code there is already some sort of validation:
An editor on it's own allows to read file without `workflow.id` AND `workflow.name` and model file without issues. But VS Code extension blocks opening the editor and show notification about missing ID.