Quick Start - Create a simple scenario
An animation below illustrates the development of the simplest possible scenario.

The following steps are performed:
the change of a default name to "the_simplest_scenario"
add the Start node and define one input variable name of type string; click Save button to preserve setup of the Star node
add the Expression node without definining any code inside
change the menu tab from Design to Browse and click Deploy button
The scenario is ready!
Now, you can use this scenario in three different ways:
in Forms from the main menu
in other scenario using SCENARIO CODE or MULTITASK nodes
Let's try Forms.

In the above animation we performed the following steps:
selection of the scenario
set-up input values; here only one name = "John"
click Query button to execute scenario
As a result we can see a JSON structure with some metadata related to the scenario execution, like version, beginTime, endTime. The actual result of the scenario is in the field result. In our simple scenario the result is simply the value, which was provided on input.
Development of more complicated scenarios follows the same basic steps.
Last updated