We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Log Persistence Mode expressions are evaluated at commit state instead of immediately after activity execution. This leads to issues where:
Workflows using dynamic variables face incorrect log persistence decisions because:
log-persistence-issue.json
Expressions should evaluate immediately after activity execution to reflect the correct variable state.
Update the workflow runner to evaluate Log Persistence Mode expressions after each activity executes instead of at commit state.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Log Persistence Mode expressions are evaluated at commit state instead of immediately after activity execution. This leads to issues where:
Problem
Workflows using dynamic variables face incorrect log persistence decisions because:
Steps to Reproduce
log-persistence-issue.json
Expected Behavior
Expressions should evaluate immediately after activity execution to reflect the correct variable state.
Suggested Fix
Update the workflow runner to evaluate Log Persistence Mode expressions after each activity executes instead of at commit state.
The text was updated successfully, but these errors were encountered: