Any insight would be much appreciated, as I have seen some conflicting info on this question. When you have a gateway tag change event script, and you have multiple triggers for the script, will they run in series or can that same script run x amount times for x amount of triggers in parallel? Would I have to split this script up to have them run the different triggers in parallel? TIA.
In series.
1 Like
@Kevin.Herron Thank you. Will they start a queue for FIFO? How long can the queue be? If I split this up into 9 different scripts with each its own trigger, can the 9 scripts run concurrently (that is they are all triggered at the same time)?
Yeah, they're queued. There's no limit on the queue size ()
Yep.
Looks like I will be splitting this up, thanks!