You can add new New workflow activities to your can be injected into {{UBIK}} system via a plugin loaded by using the [[Injection_Management|Injection Management]]. The new activity plugin 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 <code lang="csharp">IUBIKActivity</code> is located in the library '''UBIK.WorkflowBase.dll'''. {{Attention|The injection of workflow activities is only supported if the plugin is placed within ''Injection'' under the {{UBIK}} installation directory. Make also sure this folder is configured as ''probing'' path in the config file.}}
= Example =