You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: org.modeldriven.fuml/src/main/java/fUML/Semantics/Activities/CompleteStructuredActivities/LoopNodeActivation.java
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ public void runBody() {
174
174
this.activationGroup.runNodes(this
175
175
.makeActivityNodeList(loopNode.bodyPart));
176
176
177
-
if (!this.isSuspended()) {
177
+
if (!this.isTerminateAll & !this.isSuspended()) {
178
178
this.saveBodyOutputs();
179
179
}
180
180
} // runBody
@@ -229,12 +229,13 @@ public void terminateAll() {
0 commit comments