There is an issue with backwards compatibility in workflows, in 0.13:
Because we made some changes to commands that are not backwards compatible to 0.12, workflows itself also are not backwards-compatible (as they invoke commands).
See
https://github.com/garden-io/garden/issues/4178 as an example. How should we address this problem?