Camunda with MQ

Hi @garysamuelson,

Thanks for the responce. I chose the second option. So now I have the listener listening the queue and initializing the process when there is a message. This is good for the current situation.
I have a basic question here. Apologies if this a foolish question.

Please check the below flow.

storedocumet will store the document on DB. Next steps are time consuming steps in the process. So I designed them using send and receive activities. Finally user reviews and completes the process.

As you said I can take out the first 2 steps in my process and can initialize the process from “NotifyActivity1”. But the problem is there is one more send activity which pauses the execution. Now the question is: how to resume the process?

All the examples (in junit test cases )uses signal method from the Runtime service Class to resume the process. But from the web application, how can I do that.
Reagrds,
Subbu