06-17-2014 05:34 PM
<process id="bankImportJob" name="Bank Import Job" isExecutable="true">
<startEvent id="startevent1" name="Start" >
<timerEventDefinition>
<!– Run once a day at 7:00am. –>
<timeCycle>0 0 7 ? * *</timeCycle>
</timerEventDefinition>
</startEvent>
<serviceTask id="bankImportServiceTask" name="Bank Import" activiti:class="com.company.BankImportJob" />
<sequenceFlow id="flow1" sourceRef="startevent1" targetRef="bankImportServiceTask" />
<sequenceFlow id="flow2" sourceRef="bankImportServiceTask" targetRef="theEnd" />
<endEvent id="theEnd" />
</process>
06-19-2014 03:17 PM
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.