You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to dump the template variable in flow using version 3.3.5 and 3.3.6 results in a different behaviour than 3.3.4. Basically log(template) works only on versions <=3.3.4.
Is there an existing issue for this?
Current Behavior
Trying to dump the
template
variable in flow using version 3.3.5 and 3.3.6 results in a different behaviour than 3.3.4. Basicallylog(template)
works only on versions <=3.3.4.Expected Behavior
print the dump of
template
variable to stdoutSteps To Reproduce
Step to reproduce
create an example template:
Running the template with 3.3.6:
Running the template with 3.3.5:
Running the template with 3.3.4:
Relevant log output
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: