Loops of the sort
do -> check -> yes->continue...
-> no ->do...
which are common pattern (while, repeat) can be simulated in 7.2 but not in 9.6. Not only that but it gives "unexpected exception". After a semantic check the plot thickens: a synchronization time is said to be missing in the rule where the back-loop joins the flow. This is quite strange as the Synchronization Time is ARIS 6 attribute and is not needed in ARIS 7.2 for the same structure to work. And it is clearly allowed as there are even examples in the documentation for routing with ERM conditions using structured loops. Anyway, fixing that "error" doesn't help.
Any ideas?
Ivo Velitchkov Author on
The situation is worse than I expected. It seems there are more cases showing backward incompatibility of 9.6. Trying the simulate other models from ARIS demo database 7.2.5 (EPCs with ERM routing but no feedback loops) gives again "unexpected exception".