Add workflow filters to the lab (#13770)

As title
This commit is contained in:
Thomas Trompette
2025-08-08 13:59:00 +00:00
committed by GitHub
parent 2932439689
commit 59c508ab7b
2 changed files with 10 additions and 0 deletions
@@ -39,6 +39,16 @@ export const PUBLIC_FEATURE_FLAGS: PublicFeatureFlag[] = [
'https://twenty.com/images/lab/is-fields-permissions-enabled.png',
},
},
{
key: FeatureFlagKey.IS_WORKFLOW_FILTERING_ENABLED,
metadata: {
label: 'Workflow Filter Step',
description:
'Continue to the next node only if the filter conditions are met',
imagePath:
'https://twenty.com/images/lab/is-worklfow-filtering-enabled.png',
},
},
...(process.env.CLOUDFLARE_API_KEY
? [
// {
Binary file not shown.

After

Width:  |  Height:  |  Size: 176 KiB