This content has been marked as final.
Show 1 reply
-
1. Re: ProcessLoadError: unable to parse xml : Exception class java.lang.IllegalArgumentException : A start node [processStartEvent, ] cannot have more than one outgoing connection!
abhijithumbe Jul 10, 2017 9:34 PM (in response to nitugupta)As mentioned in exception, looks like you have more than one outgoing connection to StartNode. If you want to split the process exection into multiple path then you have to use gateway after start node.