Skip to content
This repository was archived by the owner on Jul 15, 2026. It is now read-only.

Commit 4900079

Browse files
committed
Add new features: Conditional Flow Control and Expression Evaluation to the homepage #113
1 parent 19542c7 commit 4900079

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

src/components/Homepage/features.tsx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,34 @@ const FeatureList: FeatureItem[] = [
8181
</>
8282
),
8383
},
84+
{
85+
title: 'Conditional Flow Control',
86+
icon: 'mdi:shuffle-variant',
87+
description: (
88+
<>
89+
<b>Conditional Flow Control</b> in FlowSynx enables workflows to make decisions
90+
dynamically — executing specific tasks only when conditions are met. Using
91+
branching logic, comparison rules, and expression-based evaluations, workflows
92+
can adapt at runtime to handle different paths, fallback operations,
93+
error-based routing, and multi-branch execution. This ensures intelligent,
94+
context-aware automation for complex real-world scenarios.
95+
</>
96+
),
97+
},
98+
{
99+
title: 'Expression Evaluation',
100+
icon: 'mdi:function-variant',
101+
description: (
102+
<>
103+
<b>Expression Evaluation</b> in FlowSynx enables dynamic parameterization of
104+
workflows using powerful expressions. Values can be computed at runtime based on
105+
variables, task outputs, environment data, conditional logic, or complex
106+
transformations. This allows workflows to adapt intelligently, reduce static
107+
configuration, and support advanced scenarios such as computed file paths,
108+
conditional parameters, dynamic mappings, and rule-driven automation.
109+
</>
110+
),
111+
},
84112
{
85113
title: 'Command-Line Interface (CLI)',
86114
icon: 'heroicons:command-line-20-solid',

0 commit comments

Comments
 (0)