cancel
Showing results for 
Search instead for 
Did you mean: 

User Task where is it?

esseti
Champ in-the-making
Champ in-the-making
Hello all.
(i thought i posted something but indeed i didn't).
so:
i've copied the first example

  <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?

10 REPLIES 10

martin_grofcik
Confirmed Champ
Confirmed Champ
What do you want to achieve? Could you create jUnit test? ( or have a look on activiti jUnit tests for rest endpoints)

Regards
Martin