runtimeService.signalEventReceived on a task listener
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2017 12:14 PM
Hello everyone,
I tried to implement a listener on complete of task with expression :
event: complete
class:
Expression:${runtimeService.signalEventReceived(signalName,executionId)}
Delegate expression :
But its not working and giving me an error
Is it possible ? or should I refer to specific task
Thank you in advance.
Labels:
- Labels:
-
Alfresco Process Services
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-21-2017 06:04 PM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-22-2017 06:11 AM
Thank you for the reply , issue solved with implementing the script in execution listener with the class org.activiti.engine.impl.bpmn.listener.ScriptExecutionListener
Thanks again