SetVariable
SetVariable operation sets a value to a variable. Scope can be:
- application - sets an application variable.
- executionContext - sets a local variable in the execution context. Such variable will only exist until the end of the job execution.
Last updated on