One question on Multi Process Running Scenario

Hi Bot Makers,

I have been asked a question and below is it , and I don't know the answer for this .Please reply if you can .

Q)
Assume that you have six processes
p1 p2 p3 p4 p5 p6p7 p8

One Bot B1 is running All processes one by one ….Calling them and running.

Exception happened and P3 has failed . P1 and P2 are completed ...You did Trouble shooting ...
Now you Reset your process and your bot should not run p1 and p2 since they are already completed ,
Bot Should start working from P3 even you reset..

How can I achieve this ….?

Or Should I have asked Questions to the Questioner .
 
My Question is .

I have a Object A Which is my Main Object

I have two more Objects B and C , Which have some work flow.

In Object A I am Calling Object B and C

I created a process P where I am calling Object A, Which internally calling B and C.

The concern is ....When I am running this process P ....Bp is expected to Call Each object and complete them and go for the other...

When I ran the process...Before Object B is completed it is running Object C ... and this becomes a Exception....
 

Sukesh Kumaru

Active Member
Hello,

For this there is an option,
On exception and On Completion
make use of this what to do in each scenario then it performs as you intended.

Good Luck.
 
Hello,

For this there is an option,
On exception and On Completion
make use of this what to do in each scenario then it performs as you intended.

Good Luck.

Thanks, Sukesh.

where can I see them On exception and On Completion , Is there any VBO which has these actions .

Regards
Shabaz
 
Top