Documentation
Main site
Searchβ¦
π
Overview
π
Platform Features
Getting started
Login and Signup
App management
π¨π
Learning Directual
Data
Data structures
Data types
Directual Query Language (DQL)
Import and export
File storage
Template system
Principles of templating
Coding mode (evaluating as a JS-expression)
Comparison component
Tips for dealing with data
Scenarios
Principles of Directual scenarios
Directual event model
Event-driven triggers
Schedule triggers
Synchronic scenarios
Editing scenarios
Using variables
Testing and debugging
System scenarios
Advanced scenario settings
API and integraions
API-endpoints (Security Layer)
Webhooks
Other integrations
Authentication API
Security features
App interface
Options for building an app interface
Web-page builder
Teams
Teams
Sandbox apps
Plugins
π
Using plugins
πͺ
Developing plugins
JavaScript SDK
Directual JavaScript SDK basics
Internal $D methods
Work with Google Sheets
JS SDK examples
Directual π React JS
Directual + React JS
Pricing and billing
π³
How billing works
π
Promo-codes
App plans
Team plans
On-demand resource consumption
π€
Affiliate programme
Security and stability
π‘
Public Cloud
Support
π¬
Contact Directual
Directual step-by-step
Public Development Roadmap
Weather Forecast app
Powered By
GitBook
Principles of Directual scenarios
Let your data move π
Directual scenarios represents the back-end logic of your app.
Scenarios processes the objects from the
Target structure
. You can choose it in START step settings:
Choosing target structure for scenario
Types of scenario triggers
There are two main types of scenario triggers:
β
Real-time, event-driven
(as a reaction to an
event
);
β
Schedule
(for exampleβevery Monday at 4:40 p.m. GMT).
Also, there are:
Option for running scenario from the other scenario (using '
Link scenario
' step);
β
Synchronic scenarios
, which are triggered by synchronic POST-requests. It processes the object and returns it as an API-response.
Remember, that one scenario can combine all the trigger types!
An example of a scenario which combines different trigger types
Template system - Previous
Tips for dealing with data
Next
Directual event model
Last modified
1yr ago
Copy link
Contents
Types of scenario triggers