Current Situation
A Workflow W1 with a job J1
J1 has the Node Argument NA1=1+1
J1 has the environment variable E1=$NA1
echo %E1% has the result 1+1
Desired Behavior
A Workflow W1 with a job J1
J1 has the Node Argument NA1=1+1
J1 has the environment variable E1=$NA1
echo %E1% has the result 2