How to create Signal Definitions?

cancel
Showing results for 
Search instead for 
Did you mean: 
amruta_w
Senior Member

How to create Signal Definitions?

Hello,

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

Thanks & Regards

Amruta Wandakar

2 Replies
bassam_al-saror
Alfresco Employee

Re: How to create Signal Definitions?

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.

amruta_w
Senior Member

Re: How to create Signal Definitions?

i have used the following method

runtimeService.signalEventReceived(signalName, executionId, Variables);