When i try to enter an expression to a task input or task transition 'when', if i put a " or a \ it automatically escapes it for me, so i'm unable to make valid Jinja expressions
I'm not sure how to handle this from UX perspective. Meaning if you leave the quotes out then it is desired behavior. If we don't escape quotes that could lead to some interesting failure modes.
From Nick
When i try to enter an expression to a task input or task transition 'when', if i put a " or a \ it automatically escapes it for me, so i'm unable to make valid Jinja expressions