提交 5855ba3b 编写于 作者: S Saeid Mirzaei

update fix act-1204

上级 c568ccde
......@@ -143,7 +143,7 @@ public class InclusiveGatewayActivityBehavior extends GatewayActivityBehavior {
// if source has no outputs, it is the end of the process, and its parent process should be checked.
if (srcActivity.getOutgoingTransitions().size() == 0) {
visitedActivities.add(srcActivity);
if (srcActivity.getParent() == null)
if (srcActivity.getParent() == null || !(srcActivity.getParent() instanceof PvmActivity) )
return false;
srcActivity = (PvmActivity) srcActivity.getParent();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册