Quick Start - Create a simple scenario

An animation below illustrates the development of the simplest possible scenario.

The following steps are performed:

  1. the change of a default name to "the_simplest_scenario"

  2. add the Start node and define one input variable name of type string; click Save button to preserve setup of the Star node

  3. add the Expression node without definining any code inside

  4. 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:

Let's try Forms.

In the above animation we performed the following steps:

  1. selection of the scenario

  2. set-up input values; here only one name = "John"

  3. 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