Yes and yes. That is the point of a sequence. You start with the first and do that one to completion before you move on to the nest one.
All sequences in all systems will do this as it is part of its definition.
Yes and yes. That is the point of a sequence. You start with the first and do that one to completion before you move on to the nest one.
All sequences in all systems will do this as it is part of its definition.
It’s probably a basic question, but I’m still not sure how this works in BPs…
I will be grateful for clearing this up
Thanks! I was confused because it might be an execution sequence, but when it would be some kind of parallel computing, it would execute simultaneously. Parallel programming classes destroyed my brain, sorry
+1
Quite of wrong it is not always waiting for the sequence 1 to complete.
If you add a delay in sequence 1, then sequence 2 will execute before the sequence 1 complete.
Have fun…