Changes
== Workflow ==
Further more your Plugin should implement the Ubik UBIK.WorkflowBase.IUBIKActivity (but there is no technical need to do it).
Therefor, you need a reference to UBIK.WorkflowBase.
<source lang="csharp">
using System;
using System.Collections.Generic;
}
}
</source>
{{Attention|The injection of WF Activities workflow activities is only supported via if the UBIK Installation plugin is placed within '''Injection Folder''' under the UBIK installation directory. Make also sure this folder is configured as '''probing ''' path in the config file*.}}
== See also ==