Skip to main content

Hi All,


           How to kill the complete process from any activity?


Example if a branch is made after an activity(A) say A to B and A to C and both are parallel process. I need to kill the complete process if any flow B or C is rejected.


            Thanks in advance


 


Regards,


Ramesh Paladi


 

You can use a server event to do a GotoActivity call if the status is rejected.  e.g. route it to a completed activity.  This will force the other approval branches to expire.

Johnny thanks for your reply,


      And i need to confirm that when i use GoToFunction from the DefaultServerEvent does it expires all other Active Activities except the Activity which i used in GoToFunction?


Regards,


Ramesh Paladi


 


No, this expires all other active events.  You can easily test this out at your end.

Thanks alot Johnny, Its working.


Regards,


Ramesh Paladi


Reply