Execute Code
Previous Top Next

Execute Code allows you to execute VB.NET code. You can either write your own VB.NET code in the code editor or invoke any existing .NET assembly that is registered in the GAC. You can also use the Execute Code component to define functions that can be used in other actions.

The following function called TestFunc is defined in the Execute Code component:

graphic

Later the same function can be used in another action under the same task as follows:

graphic

Code can also be immediately executed from the Execute Code component:
graphic

It is also possible to invoke method calls from external .NET components.