Skip to main content
Version: 5.3.0.0

messagelist.get

Definition

This scriptlet allows the user to load a message from a persistent message list. The message list acts like an array, which means a message can be obtained by selecting a message at a given index. The message list itself is identified by a name that is used in the local scenario.

Create

See creation of Scriptlet.

Configuration

Label and Non-functional properties

See common configurations for activites.

Properties and Parameter assignment

The assignment sections define the assignment of variables between the script and the process model.

The following parameters are available:

Ingoing parameters:

- **IDENTIFIER**: Name identifying the message list.
- **MESSAGE**: Message to be stored in the message list.

Outgoing parameters

- **MESSAGE**: Message from the list.