2007 Dec 21 10:37 AM
Hi,
I have created a workflow. It has a fork step with 2 branches. When this workflow is getting executed, the only one of the steps is showing status as completed and the other step has status logicaly deleted.
Could anyone plz tell me why this is so and how to resolve it.
Regards,
Prasy
2007 Dec 21 10:57 AM
Hi,
You use a fork () when you want to continue a process in branches that are independent of each other, for example, to communicate with two systems that are independent of each other. The branches of the fork join in a union operator.
You can specify the required number of branches and then define whether the process must run through all branches, or just a particular number of branches. Furthermore, you can define an end condition for the fork
say For an Example you have two branches. If one branch is executed means other Branch will goes to logically deleted state. That means you could not execute the Branch again or the The process was Finished.
Check this also,
https://forums.sdn.sap.com/click.jspa?searchID=7584325&messageID=4259543
Thanks.
Edited by: Viji on Dec 21, 2007 12:08 PM
2007 Dec 21 11:44 AM
hi
good
go through this links,hope these would help you to solve your problem
http://www.sap-press.com/downloads/h950_preview.pdf
thanks
mruyun^