Hi,
Just want to clarify process engine initiated from pure Java code (no web ui) is completely separate process than that is accessible via localhost?.
I am facing below issues:
- i can send signal (trigger - signal event) only to processes deployed through respective platforms
- even same with message (receive task).
How can i make inter-process communication b/w these two.
PS: i am trying to send signal/message from Java Delegate to WebUI process. Business need: java delegate continuously monitors DB (thread that runs infinitely) as and when a new row gets inserted a kind of singal needs to be sent back to process the new row that got inserted.
Also my business need mostly done through flowable-task web ui, not Java alone.
Thanks,
Sankar.