I have a main process which intern has a sub process.When the main process fails then the corresponding sub process should also fail and stop executing.But my sub process keeps on running irrespective of the main process result.Could you please provide me with a solution to stop the sub process on account of failure of the main process for a particular condition .
Thanks in Advance!
Regards,
Masakini.
Thanks,
Madhuri,Fujitsu
In my application , for a given condition the main process stops executing and at the same time my sub process should also stop executing but instead the sub process keeps executing... how to stop sub process whenever the main process stops.
Thanks in Advance!
regards,
masakini.
--
Dimitri MELCHIOR
To view this discussion on the web visit https://groups.google.com/a/runmyprocess.com/d/msgid/supportforum/4710befa-4cc1-4294-8d71-b1149a79f55b%40runmyprocess.com.
--
Fujitsu - RunMyProcess
---
You received this message because you are subscribed to the Google Groups "RunMyProcess Support Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to supportforum...@runmyprocess.com.
To post to this group, send email to suppor...@runmyprocess.com.
Visit this group at http://groups.google.com/a/runmyprocess.com/group/supportforum/.
For more options, visit https://groups.google.com/a/runmyprocess.com/groups/opt_out.
Yeah you are right!
I have requirement like, There is one web interface (Leave Request Form) which is having launch screen, screen1 and screen2.
Sreen1 has been assign to manager, and screen2 assign to multiple Asst.Manager (In sub-process).
If Manger has been cancel or reject the leave request then automatically process should cancel/reject at sub-process level and reached to end.
Please let me know how can I implement the same. Please find the screen shot in the attachment.