7 Replies Latest reply on May 16, 2007 3:48 PM by sergey.rybets

    process design

    sergey.rybets

      Guys sorry for distrub.
      I've got a question - for example I have activity in process that should iterate via several clients (stored in DB) and send for each e-mail simultaneously (in one activity but for each notification should be created a task in process).
      Does smth like for (Client client : clientCollection) {client.notifyViaEmail(); }
      can be implemented somehow in process definitions? I can't hardcode the number of clients in process because that enough large number and need to execute this activity to create one task for each client (emailng just an example - but it shoul be executed on cluster system, and each task will be executed on cluster node).

      Thanks a lot for help.