ExecutionListener Issue

cancel
Showing results for 
Search instead for 
Did you mean: 
baiwang
Member II

ExecutionListener Issue

Case1: the start event and end event could be catched, executionListener could  be executed.

Case2:the event couldn't be catched, executionListener do nothing.

could anyone help me,thank you.

2 Replies
gdharley
Intermediate

Re: ExecutionListener Issue

Hi,

Everything works as expected. I modified you example to use script listeners since I dont have your delegate beans availabel to me.

But if you try is, you will see all the the listeners fire as expected.

Greg

baiwang
Member II

Re: ExecutionListener Issue

Hi, Greg Harley. Thank you for your reply.

I test your demo, process2.bpmn20.xml.zip.

activiti:taskListener fire as expected,but activiti:executionListener don't.

I'm not sure what went wrong.

...

2017-06-01 13:24:30,154 INFO [org.activiti.engine.impl.bpmn.deployer.BpmnDeployer] - <Processing resource Process_pool1.bpmn20.xml>
GDH - Task listener - create event
GDH - Task Listener - Complete event
....