-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
False
-
None
-
False
-
-
---
-
---
As per the spec, version 0.8, the field resultEventRef is required, so the editor is fine from this perspective.
But, Kogito Workflow core does not require this feature since it won't make sense in most use cases. On spec version 0.9, we removed this requirement from the field.
So, for UX purposes, can we remove this field from the list of required fields?
Example, in this code excerpt you'll see that the editor complains about the field in the eventRef reference:
{ "name": "RequestQuote", "type": "callback", "action": { "eventRef": { "triggerEventRef": "requestQuoteEvent" } }, "eventRef": "aggregatedQuotesEvent" }
- causes
-
KOGITO-7577 SWF Stunner Editor - Parameter named 'uuid' should be not null!
- Resolved