1 Reply Latest reply on Sep 6, 2007 12:53 PM by kukeltje

    Need jsf tag : listProcessInstancesInitiatedByActor

    lmichenaud

      Hi,

      I need a tag that lists all the process instances initiated
      by a user. Does anyone has already developped it ?

      <jsf:listProcessInstancesInitiatedByActor actorId="#{actorId}">

      Or maybe, i can just do it with <jsf:listProcesses> and
      add some filters.

      If this tag doesnot exist, i think i will code it.

      NB: for this tag, a task is necessary on the start node.

      Later, i will need another one that lists all process instances
      for the current actor, i mean all process instances where the actor has
      done at least one task in the process.

      Thanks for your help or comments...