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

Bugfix/data object management #393

Merged
merged 4 commits into from
Mar 20, 2024
Merged

Bugfix/data object management #393

merged 4 commits into from
Mar 20, 2024

Conversation

essweine
Copy link
Contributor

@essweine essweine commented Mar 12, 2024

This PR removes a terrible hack that implements data object inheritance. Rather than trying to make the workflow data all point to the same place, this stores data objects on the spec where they are created and checks successively higher levels until one is found and sets or gets a value there. It also introduces a data_objects key in the workflow data, which distinguishes data object values from other stuff that might be written to the workflow data.

@essweine essweine merged commit 86cb84d into main Mar 20, 2024
5 checks passed
@essweine essweine deleted the bugfix/data-object-management branch March 20, 2024 22:34
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