Understanding Directual Scenarios
Unleash the power of back-end logic 🚀
Last updated
Was this helpful?
Unleash the power of back-end logic 🚀
Last updated
Was this helpful?
Directual scenarios are a crucial component of your application's back-end logic. Scenarios manage and process data based on specified criteria.
Directual scenarios process objects in a target data structure. You can select the target data structure when configuring the START step:
Directual scenarios offer two primary types of triggers:
Additional trigger options:
(as a reaction to an ): These scenarios respond to specific events, such as user actions or changes in the application's data. For instance, a scenario can be triggered when a user submits a form.
: Scheduled scenarios run at predefined times or intervals, providing you with the ability to automate tasks. For example, you can schedule a scenario to execute every Monday at 4:40 p.m. GMT.
: You can execute one scenario from another using the Link scenario step, creating complex workflows by chaining scenarios together
: These scenarios respond to synchronous POST requests and process incoming data, returning it as an API response