Iterate through the items in an Array and run an FSM on each item. NOTE: The FSM has to Finish before being run on the next item.
Array
Array to iterate through.
Store Item
Store the item in a variable.
Fsm Template Control
The Template to run on each iteration.
Finish Event
Event to send after iterating through all items in the Array.