
Escalačná brána
Komponent Escalačná brána inteligentne smeruje prichádzajúce správy na základe escalačnej logiky, čo umožňuje prepínanie medzi automatizovanými AI odpoveďami a ...
Smerujte správy na základe flexibilných porovnaní textu a umožnite inteligentné vetvenie vo vašich pracovných postupoch.
Opis komponentu
The Conditional Router is a flow component designed to direct the flow of messages based on customizable text comparison logic. This makes it a powerful tool for branching processes, enabling dynamic decision-making within your AI workflows.
At its core, the Conditional Router examines a piece of input text and compares it against a specified match value. Based on the result of this comparison (using a chosen operator, such as “equals,” “contains,” or “is empty”), the message is routed down one of two possible paths: the True Route or the False Route. This allows your workflow to automatically handle different scenarios based on message content or structure.
The Conditional Router accepts several parameters to configure its behavior:
Input Name | Type | Description | Required | Advanced |
---|---|---|---|---|
Input Text | String | The primary text input for the operation. | No | No |
Match Text | String | The text input to compare against. | No | No |
Operator | String | The operator for comparing the texts (see below). | No | Yes |
Case Sensitive | Boolean | Whether the comparison should be case sensitive. | No | Yes |
Message | String | The message object to pass through on either route. | No | No |
Available Operators:
equals
not equals
contains
starts with
ends with
is empty
is not empty
is_url
is_email
is_number
This wide choice of operators enables sophisticated routing logic, such as matching by substring, checking for empty inputs, or validating the format of a URL/email/number.
The component provides two output paths:
Both outputs are of type “Message,” ensuring compatibility with downstream components in your workflow.
The Conditional Router is especially useful for:
By integrating this component into your workflow, you can build highly responsive and adaptable AI processes that react intelligently to a wide range of input scenarios.
Vyhodnocuje vstupný text voči definovanej hodnote pomocou operátorov ako rovná sa, obsahuje alebo je prázdny, a na základe výsledku odošle správu rôznymi cestami.
Operátory zahŕňajú rovná sa, nerovná sa, obsahuje, začína na, končí na, je prázdny, nie je prázdny, is_url, is_email a is_number.
Áno, rozlišovanie veľkých a malých písmen môžete povoliť alebo zakázať.
Použite ho na vytvorenie vetiev logiky—napríklad na smerovanie používateľov k rôznym odpovediam alebo akciám podľa ich vstupu, čím bude vaša automatizácia interaktívnejšia a pohotovejšia.
Určite! Je navrhnutý tak, aby bol používateľsky prívetivý a umožnil nastaviť pokročilú logiku smerovania bez programovania.
Navrhujte inteligentnejšie a adaptívne pracovné postupy s Podmieneným smerovačom. Začnite dnes vytvárať toky založené na rozhodnutiach.
Komponent Escalačná brána inteligentne smeruje prichádzajúce správy na základe escalačnej logiky, čo umožňuje prepínanie medzi automatizovanými AI odpoveďami a ...
Komponent Spustiť tok vo FlowHunt vám umožňuje spustiť a vykonať ďalší pracovný tok v rámci vášho aktuálneho toku. Prenášajte vstupy, premenné a kontrolujte, ak...
Odomknite automatizované triedenie textu vo vašich workflowoch s komponentom Klasifikácia textu pre FlowHunt. Jednoducho klasifikujte vstupný text do užívateľom...