0 Replies Latest reply on Jun 1, 2006 9:10 AM by s_telios

    Dynamic fork

    s_telios

      Hi,

      I'm trying to make a dynamic fork.
      I have a list of comma seperated user names ("user1,user2,user3").
      I store this list into a variable ("txtParticipantList").
      This variable is populated in the first task of the process.

      I want to make something like a dynamic fork. For example, if I have 2 users I want to generate 2 taskinstances and delegate the instances to them (one user - one instance).

      I have tried many thinks, even to create a custom fork but I always get delegation excpetions. Does anyone have an idea how can I implement this dymamic fork?

      Thank you in advance,

      Stelios