Running subflows in parallel or sequentially with arrays
You can run a subflow multiple times as an array. The subflow will run as many times as the size of the array. In the array attributes, you can define whether to run the subflow in parallel or sequentially.
About this task
Any existing subflows saved in IBM Spectrum LSF Application Center that you want to run as arrays must have the status Published.
When a subflow is run as an array, each element takes a unique name in the form of flow_array_name(array_index).
For example, if the name of the 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).
Tip: View the example: and select Importing an example definition,
flowarray_eval.xml in the Create Draft Definition
dialog.