09-27-2010 11:39 AM
10-12-2010 08:25 AM
10-14-2010 09:39 AM
10-14-2010 10:00 AM
10-14-2010 10:12 AM
10-14-2010 10:32 AM
10-14-2010 10:41 AM
<serviceTask id="sendMail" activiti:type="mail">
<extensionElements>
<activiti:field activiti:name="from" activiti:string-value="order-shipping@thecompany.com" />
<activiti:field activiti:name="to" activiti:string-value="${recipient}" />
<activiti:field activiti:name="subject" activiti:string-value="Your order ${orderId} has been shipped" />
<activiti:field activiti:name="html">
<activiti:string>
<![CDATA[
<html>
<body>
Hello ${male ? 'Mr.' : 'Mrs.' } ${recipientName},<br/><br/>
As of ${now}, your order has been <b>processed and shipped</b>.<br/><br/>
Kind regards,<br/>
TheCompany.
</body>
</html>
]]>
</activiti:string>
</activiti:field>
</extensionElements>
</serviceTask>
10-14-2010 11:54 AM
10-14-2010 12:59 PM
10-14-2010 01:22 PM
About warnings on unsupported BPMN elements, I think the current Activiti parser produces warnings on the log output, but I'm not sure. But in my refactored code, each unsupported element inside the scopes, are reported as a WARNING on the log output.
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.