We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f94667 commit ed4dc27Copy full SHA for ed4dc27
1 file changed
org.modeldriven.fuml/src/main/java/fuml/semantics/loci/ExecutionFactory.java
@@ -223,7 +223,8 @@ else if (element instanceof ActivityParameterNode) {
223
visitor = new ActivityParameterNodeActivation();
224
}
225
226
-else if (element instanceof CentralBufferNode) {
+else if (element instanceof CentralBufferNode &
227
+ !(element instanceof DataStoreNode)) {
228
visitor = new CentralBufferNodeActivation();
229
230
0 commit comments