Include a static flow array in the flow diagram
About this task
You can include a static flow array as a subflow within a flow diagram. A static flow array works in a similar fashion to a job array, but at a subflow level.
When the static flow array is instantiated, a specific number of flow elements start to run either in parallel, or sequentially, depending on what you selected in the flow array attributes. By default, flow elements run in parallel.
Within a flow array element, the #{JS_FLOW_INDEX} scoped variable specifies the array index of the static flow array element.
Procedure
Flow array element names
When a static flow array is run, each element takes a unique name in the form of flow_array_name(array_index).
For example, if the name of the static flow array instance is 1:usr1:FA, and its index is 1 to 3, the three elements have the name of 1:usr1:FA(1), 1:usr1:FA(2), and 1:usr1:FA(3).