fluxosiniciante
Segmentação de Clientes
Este exemplo mostra como usar o Switch para criar segmentação no Decision Flow.
David Škarka
Template author
This Decision Flow example demonstrates how to use a Switch (If-Statement) to build segmentation logic. It calculates and assigns a specific client segment classification based on a provided client score value.
Solution Components
The workflow utilizes an input variable score and processes it through the following logic nodes:
- Switch Logic (switch_segment): A central decision node evaluates the score against specific ranges to route the flow.
- Data Manipulation (assign_*): Specific nodes assign the final output values for client.segment and client.description based on the path determined by the Switch node. The score from the input is also propagated to the output.
More Templates
See Other Templates
serviços financeirossugerido
Teste A/B
Descubra uma maneira simples de atribuir um grupo de teste para realizar testes A/B em suas decisões.
serviços financeirossugerido
Precificação baseada em risco
Descubra uma maneira simples de aplicar uma matriz de precificação baseada em risco adequada ao tipo de cliente.
serviços financeirossugerido
Critérios de Elegibilidade e Regras da Política
Descubra uma maneira simples de definir e executar vários conjuntos de regras e obter o resultado da decisão final.