Java Service Task Entry/Exit Action Handler
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2014 09:17 AM
Hi All,
We are exploring Activiti BPM for our requirement to execute tasks in workflow fashion.
For the same, I have a technical requirement. I want to execute some Java service on each task and for that I am using Activiti's Java service node which satisfies my requirement.
But, I also want to do some processing when workflow enters java service task node and exists the same node.
I read for the execution listeners but was not able to find any listener for this kind of stuff.
Is there anyway to do it?
Thanks for any help.
Nikunj
We are exploring Activiti BPM for our requirement to execute tasks in workflow fashion.
For the same, I have a technical requirement. I want to execute some Java service on each task and for that I am using Activiti's Java service node which satisfies my requirement.
But, I also want to do some processing when workflow enters java service task node and exists the same node.
I read for the execution listeners but was not able to find any listener for this kind of stuff.
Is there anyway to do it?
Thanks for any help.
Nikunj
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2014 02:43 AM
Hi,
May by
Regards
Martin
execution listenersHave a look on
org.activiti.examples.bpmn.executionlistener.ExecutionListenerTest
in activiti source. (good example of listeners)May by
org.activiti.standalone.parsing.BPMNParseHandlerTest
/ http://www.activiti.org/userguide/#advanced_parseHandlers would be interesting for you too.Regards
Martin
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2014 05:17 AM
Thank you martin,
I will check that out.
I will check that out.
