Changes
You can add new workflow activities to your {{UBIK}} system via a plugin used plugins loaded by the [[Injection_Management|Injection Management interface]].
== Prerequisites ==
The new activity needs to be placed in a an {{UBIK }} plugin which should have to implement the interface '''UBIK.WorkflowBase.IUBIKActivity''' and inherit from '''System.Activities.NativeActivity<T>'''.
Although there is no technical need for it we recommand that every activity should at least implement this interface.