You can add new workflow activities to your {{UBIK}} system via a plugin used by the Injection Management interface.
== Prerequisites ==
The new activity needs to be placed in a UBIK pluginwhich should implement the interface '''UBIK.WorkflowBase.IUBIKActivity'''.Although there is no technical need for it we recommand that every activity should at least implement this interface.
== Workflow ==Further more your Plugin should implement The interface is located in the Ubik '''UBIK.WorkflowBase.IUBIKActivity (but there is no technical need ''' which has to do it). Therefor, you need a reference to UBIK.WorkflowBasebe referenced therefor.
Example: