Scenario Editor
- Last UpdatedSep 04, 2024
- 1 minute read
Scenarios are a way to implement a storyboard or an activity flow into an application.
The Scenario Editor has two functional areas:
-
Manage the tasks tree: Enables you to create new tasks or to reorder the tasks hierarchy.
-
Edit tasks in Scenario Editor: Enables you to configure a task.
Language file
For each task, there are associated two entries in the language file when importing the scenario file keys.
-
Task title
-
Task description
These elements are handled by the Language Editor. They are not shown in the Scenario Editor, which handles the logic of the scenario.
Task states
A scenario is comprised of a set of tasks. Each task can have a state, as follows.
|
State |
Description |
|---|---|
|
Waiting |
The task is not active and is waiting to be activated. |
|
Running |
The task is currently active. Its end conditions are constantly evaluated. |
|
Success |
The task successfully has completed (not active). |
|
Fail |
The task terminated without completion (not active). |