-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Kogito Tooling 0.27.0
-
False
-
None
-
False
-
-
---
-
---
-
-
If state contains timeouts block, the icon is shown in the state in the diagram. When a user hover over it, all possible properties from timeouts block are shown in diagram.
There should be shown only those that are defined in the file (editor).
The timeouts that are not defined in the source file, should not be shown in diagram.
Timeouts block:
"timeouts": { "eventTimeout": "4PT", "stateExecTimeout": "5PT", "actionExecTimeout": "3PT", "branchExecTimeout": "2PT" },
By fixing this issue:
- the diagram would be more readable
- the swf editor/diagram would be more user friendly
- overall user experience would be better
- is caused by
-
KOGITO-8506 SWF Viewer - display timeout and duration property
- Resolved