Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changes proposed ✍️
What
🤖 Generated by Copilot at 76f44bd
This pull request adds feature flag and plan limit checks for enabling automation workflows, and refactors the code for creating a new automation. It modifies the
automation-toggle.vue
andautomation-list-page.vue
files in the frontend module.
🤖 Generated by Copilot at 76f44bd
Why
How
🤖 Generated by Copilot at 76f44bd
before-change
prop to theAppSwitch
component to check the feature flag and the workflow limit for automations (link,link)before-change
function, includingFeatureFlag
,getWorkflowMax
,showWorkflowLimitDialog
, andmapGetters
(link)before-change
prop in thehandleChange
function and thecurrentTenant
getter in theautomation-toggle.vue
file (link)automation-list-page.vue
file (link,link,link)Checklist ✅
Feature
,Improvement
, orBug
.