Hi Guys,
I am facing few issues while using shared process engine
First let me clear my understanding here and let me know if I m wrong , that shared process engine means it will be pointing to same database, but process engines instances are different.
And my problem , is suppose a job J1 is created by one process engine P1 which has different business logic and same time if another process engine P2 starts that job J1 is consumed by P2, how can i rectify this, I want that job J1 to be consumed by P1 only