cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

To restart the workflow

Former Member
0 Kudos
608

I have a workflow with different steps at particular point when  a event get triggered i needed to restart the workflow from the step 1.How can I do it in the Workflow .?

Accepted Solutions (0)

Answers (3)

Answers (3)

anjan_paul
Active Contributor
0 Kudos

Hi,

  you can use the transaction SWUS_WITH_REFERENCE

former_member201570
Active Participant
0 Kudos

hi,

Call a method for restarting the workflow when event getting triggered .

regards,

shamsu

vigneshwar_reddy
Active Participant
0 Kudos

Kiran,

You can use T.code:SWUE and SUWS to trigger/start the workflow manually.

Regards,

Vigneshwar.D

Former Member
0 Kudos

thanks for the reply .I have to do the same in the workflow itself, not by the tcode.