Create UBIK Workflow Activity Plugin
You can add new workflow activities to your UBIK® system via a plugin loaded by the Injection Management. The new activity needs to be implemented in an UBIK® plugin which has to implement the interface UBIK.WorkflowBase.IUBIKActivity and inherit from System.Activities.NativeActivity<T>.
The interface IUBIKActivity
is located in the library UBIK.WorkflowBase.dll.