Changes
== Prerequisites ==
The new activity needs to be placed in an {{UBIK}} plugin which have has 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. The interface is located in the '''UBIK.WorkflowBase''' which has to be referenced therefortherefore.
== Example ==