Changes

HowTo:Create UBIK Workflow Activity Plugin

44 bytes added, 11:18, 3 August 2016
You can add new workflow activities to your {{UBIK}} system via plugins a plugin loaded by the [[Injection_Management|Injection Management]]. The new activity needs to be implemented in an {{UBIK}} plugin which has to implement the interface '''UBIK.WorkflowBase.IUBIKActivity''' and inherit from '''System.Activities.NativeActivity<T>'''.
== Prerequisites ==The new activity needs to be placed in an {{UBIK}} plugin which has to implement the interface '''UBIK.WorkflowBase.<code>IUBIKActivity''' and inherit from '''System.Activities.NativeActivity<T/code>'''.The interface is located in the '''UBIK.WorkflowBase''' which has to be referenced therefore.
== Example ==
== See also ==
* [[Injection_Management]]
* [[HowTo:Create_UBIK_Plugin]]
* [http://msdn.microsoft.com/en-us/library/823z9h8w%28v=vs.110%29.aspx <probing> Element on MSDN]
10,686
edits