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

Refactor composite activity input and scoped memory #3815

Merged
merged 22 commits into from
Mar 20, 2023

Conversation

sfmskywalker
Copy link
Member

This PR changes the way composite activity input is handled by first evaluating the inputs and then storing them in local variables. This fixes the issue where at some point, certain context is no longer available that is necessary for the potential chain of expressions to be evaluated.

The PR also restores hierarchical memory, allowing nested memory registers to "hide" variables from higher levels. This prevents variable collision between composite activities and consuming workflows.

@sfmskywalker sfmskywalker merged commit fad27d0 into v3 Mar 20, 2023
@sfmskywalker sfmskywalker deleted the v3-refactor-composite-input branch March 20, 2023 18:55
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