cancel
Showing results for 
Search instead for 
Did you mean: 

Process Chain - Check for successful previous run

Former Member
0 Kudos

Hi all,

I have a simple process chain that runs every 10 mins. I need to enforce the rule that only if the previous run has been succesful the process chain should run orelse it should stop running.

Pls suggest how do i achieve this. Is there a piece of code i can include after the start process ?

Raj

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Raj,

There is no standard functionality to do this.

Though you can try this.

At the end of the process chain trigger an event (using an ABAP program). Now use this event to start the process chain where you can a wait time of 10 mins.

Hope this solve your problem.

Bye

Dinesh

Former Member
0 Kudos

Dinesh,

Thanks, it solved my problem !

points awarded.

raj

0 Kudos

Hi Raj,

Please you could Explain the procees, how you have resolved?

If possible Please keep  Scrren Shots.

Regards,

Nagaraju K

Answers (0)