Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: OpenSAGA 1.0.0
-
Fix Version/s: OpenSAGA 3.0.0
-
Component/s: Model
-
Labels:None
Description
It should be possible to mark transitions with non-repeatable="true". In that case subsequent transition events in the transition service should do nothing at all but directly proceed to rendering. The internal session synchronization will ensure that the correct result will be rendered (as it was created by the very first transition execution).
This probably requires storing the ID of the last transition that was executed in the conversation context.