You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[refactor]: introduce a 'HostContext' for exposing host info through tree (#325)
- introduce a `HostContext` type to hold 'host-level' information to be
distributed to various entities throughout the workflow tree
- currently it holds the two optional top-level injected properties:
'observers' and the 'debugger'
- in the future i expect this to be useful for propagating additional
top-level configuration information downward (e.g. new runtime behavior
options), as well as offering a convenient means for communicating back
to the 'root' in some circumstances (e.g. recording nodes that changed
when applying actions)
note: no new tests added as no new functionality introduced yet
0 commit comments