Hello,
I'm testing a Fork statement in Workflow process definition
into Nuxeo like this (a part of my workflow):

[code]
  <fork name="fork 1">
        <transition to="tache1" />
        <transition to="tache2" />
        <transition to="tache3" />
  </fork>
[code]

tache1/2/3 are separate task-node

So when i try this, i can just see the task: "tache1"

What do i forget in my fork statement ?

Thanks for help,
Best regards,
moise

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

Reply via email to