
Gateway di Escalation
Il componente Gateway di Escalation instrada in modo intelligente i messaggi in arrivo in base alla logica di escalation, permettendo ai workflow di passare da ...
Instrada i messaggi in base a confronti flessibili di testo, abilitando ramificazioni intelligenti nei tuoi workflow.
Descrizione del componente
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.
Valuta il testo di input rispetto a un valore definito utilizzando operatori come uguale, contiene o è vuoto, e invia il messaggio su percorsi diversi a seconda del risultato.
Gli operatori includono uguale, diverso, contiene, inizia con, termina con, è vuoto, non è vuoto, is_url, is_email e is_number.
Sì, puoi abilitare o disabilitare la distinzione tra maiuscole e minuscole per i tuoi confronti.
Usalo per creare ramificazioni logiche—come indirizzare gli utenti verso risposte o azioni diverse in base al loro input, rendendo la tua automazione più interattiva e reattiva.
Assolutamente! È progettato per essere facile da usare, permettendoti di impostare una logica di instradamento avanzata senza programmare.
Progetta workflow più intelligenti e adattivi con il Router Condizionale. Inizia oggi a creare flussi basati su decisioni.
Il componente Gateway di Escalation instrada in modo intelligente i messaggi in arrivo in base alla logica di escalation, permettendo ai workflow di passare da ...
Il componente Esegui Flow in FlowHunt ti consente di attivare ed eseguire un altro workflow all'interno del flusso corrente. Passa input, variabili e controlla ...
Sblocca la categorizzazione automatica dei testi nei tuoi flussi di lavoro con il componente di Classificazione del Testo per FlowHunt. Classifica facilmente i ...