cancel
Showing results for 
Search instead for 
Did you mean: 

Changing Transion Line of SAP Workflow

ronak_pandya
Explorer
0 Kudos

Hi Friends,

I am new to workflow, please help me solve a issue.

I have a user-decision step, If outcome is Accept than the workflow will be completed, else it should start again from step 2 . Please help me how can I achieve this(with out using loop). I tried using drag and drop to change navigation line of Activity but could not succeed.

I want to achieved something like this (please see the red marked path ) , from point A flow should be redirected to point B. Please help !!

Accepted Solutions (0)

Answers (3)

Answers (3)

former_member182546
Contributor
0 Kudos

HI Ronak Pandya,

Please check the attached screenshot. Put the increment step for loop counter for the loop to iterate based on approvals .

Thanks.

Regards,

Sudhir S

ronak_pandya
Explorer
0 Kudos

Hi,

Thank your for the quick response,but I want to how can we change the navigation (path) of any workflow activity in workflow builder (in genreal) . Is there any way in which we can change the flow of the existing workflow.

Regards,

Ronak

StephaneBailleu
Active Contributor
0 Kudos

Hi,

First within you graph, I think you should put your condition block and the A Step before the loop symbol.

Then to really answer your question,if you want to "reuse" something without a loop one way to achieve it is to use local workflow, and to trigger a local event to start this local workflow again depending on your result.

SAP Business workflow is block and event based so you should really work with these tools.

Cheers

Stephane