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

add ability to access state info for current dag node and data store from operation #123

Closed
vtolstov opened this issue Jan 8, 2020 · 2 comments
Labels
low-priority SDK Issue applies to component SDK

Comments

@vtolstov
Copy link
Contributor

vtolstov commented Jan 8, 2020

example use-case - restarting workflow, when some dag nodes with operations completed successful.
So if user wants, he can access state store and query current dag node state (if user runs the flow with the same request id as before) and also state to allow read/write to data store.

@s8sg
Copy link
Owner

s8sg commented Jan 9, 2020

@vtolstov I would recommend to take the sdk changes in low priority. We have the sdk into a stage where it doesn't need any major changes in terms of feature but stability.

@s8sg s8sg added low-priority SDK Issue applies to component SDK labels Jan 9, 2020
@vtolstov
Copy link
Contributor Author

vtolstov commented Jan 9, 2020

main problem now, that then dag execution failed i can't easy recreate recovery dag because failure handler can receive only error message without knowledge which node failed.
Operation can't access state and data storage so it don't known about previous state.

@s8sg s8sg closed this as completed Jan 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
low-priority SDK Issue applies to component SDK
Projects
None yet
Development

No branches or pull requests

2 participants