Changes
You can add new workflow activities to your {{UBIK}} system via a plugin loaded by the [[Injection_Management|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 <codelang="csharp">IUBIKActivity</code> is located in the library '''UBIK.WorkflowBase.dll''' which has to be referenced therefore.
== Example ==
<source lang="csharp">
using System;