Hi all,

I wanna use my own task 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>

But 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.


---
Mailing list: [email protected]
Forum: http://forum.nuxeo.org/f/1/

Reply via email to