[jboss-user] [jBPM] - Re: Map between task to form

Kris Verlaenen do-not-reply at jboss.com
Mon Jan 10 19:05:25 EST 2011


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&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20110110/7fd4ad78/attachment.html 


More information about the jboss-user mailing list