Menu

how to send a process to a group

Help
2006-03-22
2013-03-11
  • Leandro Brazil

    Leandro Brazil - 2006-03-22

    Hi,

    I´m trying to send a process, not to just one person, but to a group os actors. To try this I used this:
    ru.runa.af.organizationfunction.ExecutorByNameFunction(somegroup)

    I haved try this too:
    ru.runa.af.organizationfunction.ExecutorByNameFunction(ru.runa.af.Groups(somegroup).getExecutors) (crazy?!?)

    Have any way to do that?

     
    • Vitaliy Semochkin

      Hello Leo,

      Here is swimlane declaration from Business Trip Demo process.

      <swimlane name="human resource inspector">
          <delegation class="ru.runa.wf.jbpm.delegation.assignment.AssignmentHandler">ru.runa.af.organizationfunction.ExecutorByNameFunction(human resource)</delegation>
        </swimlane>

      In this case all members of human resource group will receive the task.

      Regards,
      Vitaliy

       

Log in to post a comment.