Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Logically deleted status in Workflow Log

Former Member
0 Likes
553

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

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

2 REPLIES 2
Read only

Former Member
0 Likes
521

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

Read only

Former Member
0 Likes
521

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^