SIGN IN SIGN UP

feat(workflow): enable core read and dispatch flags on new workspaces (#24680)

## What

New workspaces start on the workflow core read path directly, instead of
being created on the workspace path and migrated later.

- `DEFAULT_FEATURE_FLAGS` (workspace activation) gains
`IS_WORKFLOW_VERSION_IN_CORE_ENABLED` and
`IS_WORKFLOW_DISPATCH_FROM_CORE_ENABLED`, so every workspace created
from now on reads version content from core and dispatches from the
cached core trigger maps.
- The dev seeder seeds both flags as true, so local workspaces match.

Deliberately NOT included: `IS_WORKFLOW_CORE_INDEX_PAGE_ENABLED` — the
front index page rollout stays manual.

## Why now

The per-workspace rollout is flipping existing workspaces to these
flags; without this, every new signup adds one more workspace to migrate
later. New workspaces have no workflow data, so they are trivially
consistent — there is nothing to verify before enabling.

## Test

Two constant changes; both flag keys exist in `FeatureFlagKey`. No
behavior change for any existing workspace.


<!-- This is an auto-generated description by cubic. -->
<a
href="https://cubic.dev/pr/twentyhq/twenty/pull/24680?utm_source=github"
target="_blank" rel="noopener noreferrer"
data-no-image-dialog="true"><picture><source
media="(prefers-color-scheme: dark)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"><source
media="(prefers-color-scheme: light)"
srcset="https://www.cubic.dev/buttons/review-in-cubic-light.svg"><img
alt="Review in cubic"
src="https://www.cubic.dev/buttons/review-in-cubic-dark.svg"></picture></a>
<!-- End of auto-generated description by cubic. -->
T
Thomas Trompette committed
c1fcccc061a28f0dde493274bad7b4f0fc81ed19
Parent: 9b574dd
Committed by GitHub <noreply@github.com> on 8/24/2026, 12:09:08 PM