Is it advisable to do the following on a task script node? It hasn't given me any problems so far.
Suppose I have two variables pv!variable1 and pv!variable 2
In my first custom output I have 1+1 saved in my pv!variable1and in my second output I have pv!variable1 + 5 saved in my pv!variable2 . When using the two variables in my outputs, could there be a problem that it does not finish saving or executing correctly?, assuming that it could be a more complex rule, or a query in my first output.
My specific question is whether these outputs are executed in sequence, always waiting for the first one for the second to begin.Is there any certainty about the order of execution of the inputs and outputs of a script task?
Discussion posts and replies are publicly visible
Inputs before outputs, but for multiple inputs/outputs, there is no order you could rely on.
Thanks for the comment!! it helps me a lot to know that and to affirm this topic.