Skip to content

JSON file format: action

Kristian Karl edited this page Sep 28, 2019 · 1 revision

A single GraphWalker action representation in JSON.

Action

  "<JAVA SCRIPT;>"

The action is a piece of java script code that you want the model to execute.

It has to end with a semicolon.

Example

This is an example of an action from the PetClinic test.

  "numOfPets=0;"
Clone this wiki locally