
You use a container operation () to set a value for a target container element at runtime (see also: Defining the Data of a Process in Containers ). The target container element and the assigned value must have the same data type. To specify the value, use the expression editor (see also: Using the Expression Editor .
You can:
Assigns a value to a single line or multi-line container element. This value overwrites the previous value. You can use this container operation to count a counter variable, for example.
Appends a value to a multiline container element. For example, you can use this container operation to append individual messages to multiline container elements when gathering messages together.
You cannot change a message by using a container operation. To change a message, use a transformation step .
Assign
You can assign the following as a value:
Append
For examples of how to use a container operation, see:
Example: Collecting and Bundling Messages from One Interface
Example: Multicast - Multiple Receivers (with Response Message)