-
Enhancement
-
Resolution: Done
-
Major
-
None
-
False
-
None
-
False
-
---
-
---
-
-
-
2023 Week 12-14 (from Mar 20), 2023 Week 15-17 (from Apr 10)
There is missing visualisation of two last parameters: eventDataFilter and eventRef.
Expected Result
eventDataFilter
eventDataFilter should reuse stateDataFilter icon to show all (data and event) filters at one place.
Parameters to display:
- data [string] (cut if longer than 30 symbols)
- toStateData [string] (cut if longer than 30 symbols)
- useData [boolean] - default is true
eventRef
eventRef is required so should be always visible even if not provided. Icon should reuse icon from Event State and display the only String parameter:
JSON to test
"eventDataFilter": { "data": "${Long data which longer than 30 symbols}", "toStateData": "${Another good and very very long data}", "useData": false }, "eventRef": "SomeEventRef"
- is incorporated by
-
KOGITO-9008 Serverless Workflow Visualization Improvements - DP6
- Resolved