1 Reply Latest reply on Feb 20, 2008 4:09 AM by pojomonkey

    execute part of the process several times

    pebbels

      Hi guys,

      I have to do the following but don't know how and how it is called:
      In the start-state (via task-create) I am querying the database for the number of contracts with a special due date.
      For each contract the following of the process (transitions, task nodes, handlers) shall be done.

      Has somebody an idea how to implement this?

      Thanks in advance,
      Tina

        • 1. Re: execute part of the process several times

          Wouldn't it be equally simple to query the DB and then create one instance of the process for each one?

          Alternatively, create 2 processes - one to query the DB and process the results and another process which can then be instantiated in a task/event/action of the first process.