Difference between revisions of "HowTo:Create UBIK Workflow Activity Plugin"
m |
m |
||
Line 54: | Line 54: | ||
[[Category:How-To|Create UBIK Workflow Activity Plugin]] | [[Category:How-To|Create UBIK Workflow Activity Plugin]] | ||
− | |||
[[Category:Workflow|Create UBIK Workflow Activity Plugin]] | [[Category:Workflow|Create UBIK Workflow Activity Plugin]] | ||
+ | [[Category:Plugin|Create UBIK Workflow Activity Plugin]] |
Latest revision as of 12:04, 3 August 2016
New workflow activities can be injected into UBIK® using the Injection Management. The plugin needs be implement the interface UBIK.WorkflowBase.IUBIKActivity and inherit from System.Activities.NativeActivity<T>. The interface IUBIKActivity
is located in the library UBIK.WorkflowBase.dll.