02-18-2016 03:22 PM
<serviceTask id="shellEcho" activiti:type="shell" >
<extensionElements>
<activiti:field name="cpu" intValue="50" /> // only run if cpu at or under 50% usage
<activiti:field name="ram" intValue="50" /> // same for ram
<activiti:field name="command" stringValue="cmd" />
<activiti:field name="arg1" stringValue="/c" />
<activiti:field name="arg2" stringValue="echo" />
<activiti:field name="arg3" stringValue="EchoTest" />
<activiti:field name="wait" stringValue="true" />
<activiti:field name="outputVariable" stringValue="resultVar" />
</extensionElements>
</serviceTask>
02-19-2016 12:13 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.