Run Flows for List Step
  • 13 Sep 2024
  • 1 Minute to read
  • Dark
    Light

Run Flows for List Step

  • Dark
    Light

Article summary

Step Details

Introduced in Version---
Modified in Version---
LocationSystem > Advanced 

The Run Flows For List step is used to process a list of items received by the step but runs a separate Flow for every item in the list. 



Properties

Data

PropertyDescriptionData Type
Input TypeAllows the user to select the data type for the input---
Output TypeAllows the user to select the data type for the output---


Flow

PropertyDescriptionData Type
EDIT FLOW RUN FLOWS FOR LISTAllows user to pick or create a Flow for the items in the list---
Run BehaviorAllows the user to specify the Flow Run Behavior---

SynchronousRuns in real-time on the current Flow or Thread. Similar to how in-session forms display to the current user immediately---

ThreadJobRuns in a synchronous fashion, but uses multiple threads on the machine to execute faster---


Queue Base NameAllows the user to specify the queue name---


Thread CountThe number used to dictate the number of Execution Threads---

WorkQueueRuns Flow across multiple queues, splitting the load---

ThreadJobAsyncRuns the Flow Async and doesn't wait for any return data---

AsyncAndWaitRuns the processes and pauses the parent Flow until the step has finished executing all of the items in a list---

SystemThreadsRuns the process through Threads that are outside of the Thread Job Queue. The work will be split evenly across all thread---
Expose All Flow DataPasses the Flow Data to the parent Flow---


Input

PropertyDescriptionData Type
Input ListList of the specified input typeList of [DataType]


Output

PropertyDescriptionData Type
Done

Result ListOutputs the list in the specified Output TypeList of [DataType]



Related Information

Forum Posts:
Using the Run Flows For List Step
Debugging a Run Flows for List Step



Was this article helpful?