How to use my own task in my own workflow?

Hi all,

I wanna use my own task in my own workflow like this :

<task-node name="task-node1"> 
  <task name="myTask1"> 
    <event type="task-create"> 
       <action class=" org.nuxeo.ecm.platform.jbpm.core.helper.TaskNotificationHand ler "/> 
    </event> 
    <assignment pooled-actors="#{participant.actors}"/> 
   </task>
   <transition name="cancel task-node1" to="error"/> 
   <transition to="assign task-2" name="to assign task-2"></transition> 
</task-node>

What should I do to have the links in the xhtml content? The links like “Validate”, “Reject”… And I wanna follow my workflow after to add an other task “myTask2”…

Thx.

0 votes

1 answers

1657 views

ANSWER

Hi, Just a quick question: On which version of Nuxeo will you run this workflow? Because we are in the process of removing JBPM from the default Nuxeo CAP. We are replacing it by content routing. You'll find mlore details here if you are interested: http://dev.blogs.nuxeo.com/2011/12/content-routing-an-alternative-to-jbpm.html
02/08/2012



Hi,

I use the 5.4.2 version.

Thx

0 votes