Binding Definition from Method Container
Use
You can define a binding from methods to the task container.
Features
As standard, the method container is copied completely to the task container after editing of a synchronous object method at runtime.
You can define this binding definition when defining a task. Only do this if you have defined your own binding from the method to the task container and you want to transfer the export parameter of the method to the task container.
Catering for the container elements _WI_Object_ID and _WI_Result.
The container elements _WI_Object_ID and _WI_Result of the task container are not incorporated into the binding definition between the method container and the task container.
At runtime, the system ensures that:
-
If an object is created for a method, the reference to the generated object is entered in the container element _WI_Object_ID.
-
The result (if applicable) of the method is entered in the container element _WI_Result.
Activities
For more information, see Operation of the Binding Editor.