4 Replies Latest reply on May 5, 2006 12:13 PM by salahssaid2

    about swimlanes

    salahssaid2


      Hi everybody

      if I well understand the swimlanes; whene a swimlanea is specified for a task , the task appear only in the tasklist of the user assigned to this swimlane.

      whene I deploy my process below, the start state appear for all users in the list!!!!!

      pllzzzzzz some one can make things more clear for me!!

      thx in advance

      My process code:

      <?xml version="1.0" encoding="UTF-8"?>

      <process-definition
      xmlns="urn:jbpm.org:jpdl-3.1" name="commandeProcess">










      <start-state name="Enregistrer Commande">





      </start-state>

      <end-state name="end1"></end-state>

      <task-node name="Compléter et passer la commande">





      </task-node>

      <task-node name="Qualifier et installer Commande">





      </task-node>

      <task-node name="autoriser reformulation de la commande">





      </task-node>

      <task-node name="recette la commande">





      </task-node>


      </process-definition>