Repeating Section and Flexi Task Workflow Assignments

  • 7 May 2019
  • 1 reply
  • 2 views

Badge +1

Hi all.  I'm running into an issue with repeating sections that I could use, and would greatly appreciate, some assistance

 

The need:  There is a repeating section on my form that is capturing data to generate multiple flexi-tasks.  This task assignment would be generated for each individual section within the repeating section.

 

The problem:  I'm parsing the xml into collections for each field.  Then performing the ForEach to do a GET collection action to assign the section nodes to a workflow variable.  The issue happens when I then create a Flexi-task for that section's data.  It pauses the workflow until the task is complete to progress the ForEach to the next section.  I need all sections to kick off their respective task assignments at the same time in parallel.

 

Thank you in advance!


1 reply

Userlevel 5
Badge +14

move all the logic resp. task assignement  from within loop into a separate site workflow.

from within the loop just start that site workflow, without waiting it finishes

Reply