-
Notifications
You must be signed in to change notification settings - Fork 10.7k
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(core): Make placeholders in manual executions in workers temporary #12463
Conversation
Codecov ReportAttention: Patch coverage is 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to working nicely 👌 Couple comments / questions
/** | ||
* Whether we are currently in the process of fetching and deserializing | ||
* the full execution data and loading it to the store. | ||
*/ | ||
const isProcessingExecutionResults = computed(() => processingExecutionResults.value); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this the correct place for this? Should this rather be in the executions store or pushConnectionStore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Placed this here as it is similar to isActionActive
for showing UI based on what is currently in progress.
@alexgrozav Do you have a preference where this should be?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can do this as a followup if needed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks :)
Got released with |
Summary
Please see details in story.
To test:
OFFLOAD_MANUAL_EXECUTIONS_TO_WORKERS=true
and import the workflow.Expected: See acceptance criteria in the story.
Related Linear tickets, Github issues, and Community forum posts
https://linear.app/n8n/issue/PAY-2429
Review / Merge checklist
release/backport
(if the PR is an urgent fix that needs to be backported)