How to Use the IPlugin Interface

Workflow Manager 2013

The IPlugin.test.csproj solution file can be used as a basis to build Enterprise business logic. To use the IPlugin interface to create custom functionality, perform the following steps.

To modify the IPlugin solution file:

1. Open Visual Studio .NET 2003 and open the IPlugin.test.csproj solution file found in the following location:

AdminStudioEnterprise/wwwroot/IPlugin/Test

2. Modify the code using the methods described in iPlugin Methods.
3. In Visual Studio .NET 2003, click the Build button. A file named IPlugin.Test.dll is created in that solution’s Output directory.
4. Copy the IPlugin.Test.dll file from the Output directory to the following directory:

AdminStudioEnterprise/wwwroot/bin/Plugins