cancel
Showing results for 
Search instead for 
Did you mean: 

How to use my own task in my own workflow?

posygary_
Champ in-the-making
Champ in-the-making

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.

2 REPLIES 2

Laurent_Doguin
Star Collaborator
Star Collaborator

Hi,

posygary_
Champ in-the-making
Champ in-the-making

Hi,

I use the 5.4.2 version.

Thx