Kris Verlaenen [
http://community.jboss.org/people/KrisVerlaenen] created the discussion
"Re: Map between task to form"
To view the discussion, visit:
http://community.jboss.org/message/579896#579896
--------------------------------------------------------------
On-entry / on-exit actions are like script nodes, just hidden. Unfortunately, they are
not defined in the BPMN2 specification. I will be adding them as a custom extension
though. They can execute any java code you want.
In general, your actions should be simple though, if you want to invoke some external
services or similar, you probably want to model this as a service node aka domain-specific
work item node. Chech the documentation for a chapter on how to do that. You can then
register a handler for your work item, which is a Java class that can then do anything you
want.
Kris
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/579896#579896]
Start a new discussion in jBPM at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]