Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(task-graph): ensure graph node keys and event payload keys match
In the dashboard, we match the keys emitted with the event payload against the node keys returned by the get graph command. This commit adds a generic makeBaseKey function that both the Task classes and the config graph render function use. Previously we emitted the task key, as opposed to just the base key.
- Loading branch information