10-31-2014 11:46 AM
<process id="financialReport" name="Monthly financial report reminder process" isExecutable="true">
<startEvent id="theStart"></startEvent>
<sequenceFlow id="flow1" sourceRef="theStart" targetRef="writeReportTask"></sequenceFlow>
<userTask id="writeReportTask" name="Write monthly financial report" activiti:candidateUsers="kermit">
<documentation>Write monthly financial report for publication to shareholders.</documentation>
</userTask>
<sequenceFlow id="flow2" sourceRef="writeReportTask" targetRef="verifyReportTask"></sequenceFlow>
<userTask id="verifyReportTask" name="Verify monthly financial report" activiti:candidateGroups="management">
<documentation>Verify monthly financial report composed by the accountancy department.
This financial report is going to be sent to all the company shareholders.</documentation>
</userTask>
<sequenceFlow id="flow3" sourceRef="verifyReportTask" targetRef="theEnd"></sequenceFlow>
<endEvent id="theEnd"></endEvent>
</process>
- as kermit11-04-2014 09:15 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.