Hi users,
i have problems with nested fork. If i take a fork in another fork (see my example) more tasks will be created.
http://community.jboss.org/servlet/JiveServlet/downloadImage/3573/450-133/nestedFork.gif
The problem is, that the process will be finshed and one task exists permanently after the process stopped. The syntax is OK. I guess it will be a mistake in the implementation or in the database schema. In my example the task 4 will be create two times after the task 2 is submitted.
Anybody knows a solution for that problem?
Thanks for help