See also: Scripted rule, Script (Event action)
Value resover – Abstract
Purpose: Delivers the return value of a BeanShell script defined to the configuration.
Tooltip
Usage: The BeanShell script defined in the configuration of the value solver is processed at runtime. The return value of the script defines the return value of the value resolver.
Parameter: In addition to the text for the script to be executed, variables specific to the execution context can be defined and assigned values.
Note: The Script value resolver is not available in a Client Workflow .
Warning: Improper use of script may cause severe and irreversible damage to the system and data contained.
The use of Bean Shell scripts in Lobster Data Platform / Orchestration requires advanced programming skills and profound knowledge of system internals.
Improper use of script may cause severe and irreversible damage to the system and data contained
Bean Shell scripts are used exclusively to meet requirements that are so special they cannot be covered by any of the generic configuration options available.
Please contact Lobster Data Platform / Orchestration support by support@scm.lobster.de for further information or to learn about options for training or workshops.

The Script value resolver returns the return value of a BeanShell script.
The following parameters are available:
Parameter | Description |
|---|---|
| Lobster Data Platform / Orchestration environment instance |
| Current user session |
| The current data object |
| The current context with all variables ( e.g. |
| The current database session |
| Indicates whether the value must be current |
In addition, you can define your own variables, which are also available in the script as variables.
Example
Returns the value 45

The script can be edited with a highlight editor (1).
Variables (2) can be referenced with the variable name in the script. The value of the variables can be set via value resolvers at runtime.