Avatar

Employee

Hi @xliu 

That's a good ask :slightly_smiling_face: but unfortunately the 'Task variables' are like local variables and can only be used by the current task. (task.vars.xyz) 
Instance variables on the other hand are like global variables and are shared by all activities in a workflow.

The only way I can suggest is you can use logInfo(<task_variable_name>), and extract the value of the task variable in the output of the workflow logs.

Br,
Shubham