boomerang-io / community

The Boomerang community, roadmap, planning, and architecture repository. The central place for information on joining, contributing, and governance.
https://useboomerang.io
Apache License 2.0
11 stars 0 forks source link

Workflow + Engine - task debug not being respected #434

Closed tlawrie closed 1 month ago

tlawrie commented 1 month ago

The debug flag is not being passed down through to the TaskRun correctly. Its always null.

tlawrie commented 1 month ago

The if condition was incorrectly checking for if not null, then set it, rather than if null.