Add workflow iterator to lab (#14814)

As title
This commit is contained in:
Thomas Trompette
2025-10-01 15:31:40 +02:00
committed by GitHub
parent ae4a93c993
commit e945c83bbe
2 changed files with 9 additions and 0 deletions
@@ -31,6 +31,15 @@ export const PUBLIC_FEATURE_FLAGS: PublicFeatureFlag[] = [
'https://twenty.com/images/lab/is-message-folder-control-enabled.png',
},
},
{
key: FeatureFlagKey.IS_WORKFLOW_ITERATOR_ENABLED,
metadata: {
label: 'Workflow Iterator',
description: 'Iterate over a list of items in a workflow',
imagePath:
'https://twenty.com/images/lab/is-workflow-iterator-enabled.png',
},
},
...(process.env.CLOUDFLARE_API_KEY
? [
// {
Binary file not shown.

After

Width:  |  Height:  |  Size: 326 KiB