PAK Commands – Choose Value From Object
Table of Contents
2. Examples
Figure 1. The Command
Due to simplicity, the descriptiveText
input parameter will be left empty for the examples. By default, it is set to „Please choose a value from the object to continue.“.
All example images use the Human Task representation of the Workflow Executor. |
The command takes a JSON object as an input. In our example we use the following JSON.
{
"firstName": "Max",
"lastName": "Mustermann",
"age":35,
"hobby": {
"id": 0,
"name": "Coding"
}
}
|
|
We are now able to select any of the first level properties of the object (in our case firstName, lastName, age or hobby). The selected key will be written under key
, and the selected property under value
Last updated 2024-07-05 11:16:53 +0200