mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2025-12-30 13:19:44 -06:00
* feat: improve debugging experience of workflow runs Makes steps in a workflow run expandable to view input, output and error information. Also adds the triggering cron or event to the top of the workflow run. * chore: remove commented, unused code * chore: address PR comments