Parameters of Action "append"

NameTypeDirectionDescription
nameStringin

Fully qualified file name of the file you want to write, including the path.

dataBlobinContent you want to write to the file.
lengthIntegerinLength (in Bytes) of the data you want to append, if you want to only write part of the Blob.

 Defining a "append" Action

To append data to a file with the file system adapter, you need to define an append action on an action having the stereotype <<FileSystemAdapter>>. You can do this manually (refer to Figure: The Specification Dialog of the File System Adapter) or with the help of the E2E Action Wizard (see context menu of the action node).

Figure: Appending to a File

The file content needs to be provided as input of type Blob. The input object buffer must be named data.

The directory where the file is located and the file name are defined in the component diagram.

Modes of Action "append"

To action append, two modes can be applied: