Skip to content

Commit f155630

Browse files
authored
feat(workflow_engine): add workflow-engine-ui feature flag (#81688)
Adds a new `workflow-engine-ui` feature flag to control the frontend UI rollout for ACI (see `#proj-alerts-create-issues`).
1 parent ffcfff9 commit f155630

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sentry/features/temporary.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -539,6 +539,8 @@ def register_temporary_features(manager: FeatureManager):
539539
manager.add("organizations:widget-viewer-modal-minimap", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
540540
# Enabled unresolved issue webhook for organization
541541
manager.add("organizations:webhooks-unresolved", OrganizationFeature, FeatureHandlerStrategy.OPTIONS, api_expose=True)
542+
# Enable new workflow_engine UI (see: alerts create issues)
543+
manager.add("organizations:workflow-engine-ui", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
542544
# Enable EventUniqueUserFrequencyConditionWithConditions special alert condition
543545
manager.add("organizations:event-unique-user-frequency-condition-with-conditions", OrganizationFeature, FeatureHandlerStrategy.FLAGPOLE, api_expose=True)
544546
# Use spans instead of transactions for dynamic sampling calculations. This will become the new default.

0 commit comments

Comments
 (0)