07-24-2018 08:17 AM
Hello,
Is it possible to create signal definitions pro-grammatically before starting the process using listeners?
Thanks & Regards
Amruta Wandakar
08-01-2018 09:25 AM
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.
08-02-2018 02:15 AM
i have used the following method
runtimeService.signalEventReceived(signalName, executionId, Variables);
Explore our Alfresco products with the links below. Use labels to filter content by product module.