An Hoang
12/03/2021, 4:02 PMShellTask("cd directory/to/switch/to")
? so that all of the results outputted are now ``directory/to/switch/to/result` ?
My directory/to/switch/to/
is templated at runtime and is a result of a task. Right now I have to pass this path as parameter to all subsequent tasks. Wondering if there's a more efficient/less error-prone way for thisKevin Kho
An Hoang
12/03/2021, 4:41 PMprocess_parameter_A(parameterA)
so alot of processing in between. Can I add this process_parameter_A(parameterA)
into the context inside the task? I remember vaguely that that's not recommendedKevin Kho