Types of Flows
There are two types of flows you can create in Positus: static flows and dynamic flows. Understand the differences and when to use each one.Static Flows
Static flows do not perform any exchange of information with an endpoint. They follow a predefined flow, without any external integration that exchanges data in real time during execution. Use static flows when:- The flow is simple and self-contained
- There is no need for integration with external systems
- The required data is already pre-configured in the flow
Dynamic Flows
Dynamic flows perform exchanges of information with an endpoint that must be defined during flow creation or editing. This allows the flow to adapt and respond to dynamic data in real time. Use dynamic flows when:- You need to retrieve data from an external system
- The flow depends on information that changes or varies by user
- The user experience should be personalized or conditional