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
I.e. if one or more children in the For-macro fail, just log their output as NOT_DATA and keep going. Should be optional, and I'm comfortable making it default to True.
The text was updated successfully, but these errors were encountered:
There is now functionality to for composites to keep running after a child fails, and only raise the error once all other calculation paths finish, so this should make implementation easier.
I mean, I won't be happy but what you do inside your nodes is your business 😂
The nodes also have a "failed" output signal, so you might be able to use this to route to different data processing steps (i.e. real processing and placeholder "something went wrong" data) to make it less opaque
I.e. if one or more children in the For-macro fail, just log their output as
NOT_DATA
and keep going. Should be optional, and I'm comfortable making it default to True.The text was updated successfully, but these errors were encountered: