Stream Set Temporary Variable Action
Last updated
Last updated
With the help of the Stream Set Temporary Variable Action it is possible to set a variable within a running stream and to query it at any point within this stream by using the wildcard .
A path that occurs repeatedly within a stream.
To prevent static copy and paste actions, the stream variable can be used to define it in the first place, and make all other references dynamically based on the first definition.
By default a stream variable is no longer available after the stream has ended.
The sub stream can retrieve and update the temporary variable and pass this on to the next one.
As temporary variables can only be created and used in a stream it is possible to inherit them to another stream/job by using , or .
An exception to this are . If a temporary variable has been defined in a pre-stream, this one will be passed on to the main stream defined in the profile.