Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/fix oneof #63

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

Aindstorm
Copy link

@Aindstorm Aindstorm commented Nov 25, 2024

  1. Запуск графа из oneof и из основного метода отличаются способами получить reduced_dag. Тут пришлось немного подшаманить с атрибутами конечного узла подграфа oneof чтобы применить к нему такую же логику как к основному вызову.
  2. Ошибки в oneof рейзятся сразу на уровне всего графа. Тут пришлось добавить снятие блокировок и вместо рейза ошибки сыпать в результат работы ноды one_of. Чтобы корректно обрабатывать эту ситуация в родительской ноде добавить в сторадж место для таких ошибок и делать проверку перед исполнением узла

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant