microsoft / essex-toolkit

Provides a set of useful tools, utilities, reusable components, and React hooks that are designed to capture common components and utilities common among Essex Alpha team projects.
https://microsoft.github.io/essex-toolkit/
MIT License
19 stars 7 forks source link

Add Callbacks interface #287

Closed darthtrevino closed 18 hours ago

darthtrevino commented 4 days ago

This PR adds callbacks to the ExecutionGraph for when nodes start/finish. This will allow us to centralize node execution and perf logging in client apps.