[BUG] template variable dump works in v3.3.4 but doesn't in 3.3.5 and 3.3.6 #5916
Labels
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
Milestone
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: