12-21-2009 02:30 PM
Action mailAction = this.actionService.createAction(MailActionExecuter.NAME )
or a JBPM mail-node: <mail-node name="SendEmail" to="mail@ab.com">
<subject>
you got mail…
</subject>
<text>
xxx xxx xxxx xxx
</text>
<transition to="Completed"></transition>
</mail-node>
02-01-2010 07:10 AM
03-15-2010 11:11 AM
<hibernate-mapping default-access="field" >
<subclass name="org.jbpm.graph.node.MailNode" discriminator-value="M" extends="org.jbpm.graph.def.Node">
</subclass>
and after, overiding the sessionFactoryBase bean to point to the new file. Is it correct?! 02-17-2011 01:51 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.