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

Bootstrap QDL Runtime Engine needs to finish setting up the state before deserializing objects #213

Open
jjg-123 opened this issue Oct 24, 2024 · 0 comments

Comments

@jjg-123
Copy link
Contributor

jjg-123 commented Oct 24, 2024

Order matters. The QDL Runtime Engine should completely set up the OA2State object (extension of the QDL State object holding OA4MP specific things like the current transaction) before doing any serialization or deserialization of stored state. Otherwise incomplete state objects may be cloned when bootstrapping the QDL environment, causing errors much much later in the flow.

jjg-123 added a commit that referenced this issue Oct 25, 2024
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

No branches or pull requests

1 participant