Capturing Process model status

Hi All,

I need to get an alert when the process model status changes from one state to another state. For example say i need an alert when a process model status changes from “Start” to “Completed”. Can somebody help me with this please…

Hi Harish
What kind of alert you need. I think you can get the status of the model and based on that you can raise alerts.

Thnks
Murali

Hi Murali,

Is there any way to get automatic alert when process model status changes instead of continuously checking for the status change in the code it self?

Thanks,
Harsha

Hi Harsh
I have not tried it before, but you can write a Java service with a similar signature of changeProcessStatus service , and invoke & alert whenever you want to.

Murali