Skip to main content

Hi All,


Consider this scenario :


 


I have 2 processes A and B


A is triggered from .NET Code. The 1st activity of A is an IPC call which triggers B. The call is synchronous.


After B completes , A should wait unless a condition is fulfilled before executing further.


B creates a worklistitem to a particular user depending on some condition. One worklistitem user has to send mail to client . Upon sending of the mail , B completes. But A should wait until some response  received from client is processed before proceeding further. A will be triggered only once .


Please guide .


Thanks and Regards.


 


 

Perhaps I'm not following completely, but why wouldn't you just use a client event in B in order to capture the response from the client, then B would be complete and A would continue?

Reply