From bb5bd512092d627372221292a4d94d48780eec27 Mon Sep 17 00:00:00 2001 From: martmull Date: Fri, 8 Aug 2025 19:17:48 +0200 Subject: [PATCH] Add workflow branches to lab (#13780) as title image --------- Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --- .../feature-flag/constants/public-feature-flag.const.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts b/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts index 8535b07f92..5d7e0cca74 100644 --- a/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts +++ b/packages/twenty-server/src/engine/core-modules/feature-flag/constants/public-feature-flag.const.ts @@ -49,6 +49,14 @@ export const PUBLIC_FEATURE_FLAGS: PublicFeatureFlag[] = [ 'https://twenty.com/images/lab/is-worklfow-filtering-enabled.png', }, }, + { + key: FeatureFlagKey.IS_WORKFLOW_BRANCH_ENABLED, + metadata: { + label: 'Workflow Branches', + description: 'Create multiple branches on your workflows', + imagePath: 'https://twenty.com/images/lab/is-workflow-branch-enabled.png', + }, + }, ...(process.env.CLOUDFLARE_API_KEY ? [ // {