cancel
Showing results for 
Search instead for 
Did you mean: 

How to create Signal Definitions?

amruta_w
Star Collaborator
Star Collaborator

Hello,

Is it possible to create signal definitions pro-grammatically before starting the process using listeners?

Thanks & Regards

Amruta Wandakar

2 REPLIES 2

bassam_al-saror
Star Collaborator
Star Collaborator

On a deployed process definition? No, deployed processes are immutable.

You can create a new process definition and deploy it (or deploy a new version) programmatically if you want.

i have used the following method

runtimeService.signalEventReceived(signalName, executionId, Variables);