Skip to main content

Parallel task assignment in Flows

Comments

5 comments

  • Prajakta

    Hello Jeff,

    Can you tell us how many fields, and of what kind, are required for the basic information that you want to start the flow with?

    Thanks,

    Prajakta

    0
  • Jeff Sanchez

    Hi

    I dont know exactly yet but it would be like basic contact information, names, address, phone, position, and possibly some kind of id number provided by the initiator.

    Thanks for the follow up.

    0
  • Prajakta

    Hi Jeff,

    frevvo does not have the ability to run the same flow in parallel steps right now. We have an enhancement ticket (16495) open to add this functionality in a future release.

    For now, I might have a way for you to do this, but it is slightly complicated.

    Please see this documentation about Task For First step property available in flows. It allows you to trigger the flow for a different user or role when you browse the flow URL. In your case, I would recommend that you create a separate form with all the basic information fields in it. Then add a field where the user filling in that form can add the list of users for whom he wants to start the flow. Then create a business rule which uses http.get method to call your workflow URL. You will have to call this URL multiple times depending on how many users you want to create the task for. And you can pass the usernames of those users and basic information data to the flow in this URL by using _data URL parameter.

    If you are interested in going with this approach, I can send you a sample form that does this. Please let me know.

    Thanks,

    Prajakta

    0
  • Jeff Sanchez

    Hi Prajakta,

    Yes, if you dont mind, please send a sample. Seeing the process in context would be very helpful.

    0
  • Prajakta

    Hi Jeff,

    Please download the sample form from here: https://drive.google.com/file/d/0B-M2zCGiQcOvNTFNZWJkcHJILXc/view?usp=sharing

    This form has business rules which trigger another flow whose Task for First Stpe property is checked and the first step of that flow is assigned to {SubmitterUserId}.

    Thanks,

    Prajakta

    0

Please sign in to leave a comment.