Defining Method Containers

Use

The method container holds the method parameters, which are used for information exchange between the caller of a method and the method. At runtime, method parameters are:

  • Passed to the method (import parameters)

  • Returned from the method (export parameters)

The definition of the parameters determines the interface of the method call.

The method container is called when the binding from the method to the single-step task is called.

Features

All method parameters are container elements of the method container, which is created automatically by the system when the method is defined.

You can display the content of the method container from the binding definition in the container editor.