10-31-2014 12:11 PM
<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>
[code]
https://dl.dropboxusercontent.com/u/4628172/Screen%20Shot%202014-10-31%20at%2016.38.38.png
https://dl.dropboxusercontent.com/u/4628172/Screen%20Shot%202014-10-31%20at%2016.38.46.png
i deployed it, it has a task pending, but i don't see it.
where's the problem?
12-02-2014 09:31 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.