Signal Event in Embedded Engine

We are following the embedded engine architecture with sprint boot application using a shared Camunda database. I have a question with respect to how signal events work in an embedded engine architecture.

Lets say I want to broadcast a message that is required to start multiple processes which are deployed as separate process application .

Can we model these process to have a start signal event and if so , how would these get triggered , what is the scope of a signal event in an embedded spring boot application

Thanks,

Hi @Sam,

Regardless of the architecture used, as long as the model has a signal start event, the process should start once the signal is sent.