Skip to main content
Nintex Community Menu Bar

is there a custom wrapper class for all k2 important methods?

  • July 15, 2009
  • 1 reply
  • 7 views

Forum|alt.badge.img+11

Hi


Is there a custom wrapper class for k2 blackpearl that contains important actions and operations done?

1 reply

Forum|alt.badge.img+9
  • Nintex Partner
  • July 16, 2009

There is no such single wrapper dll.


K2 ships with a number of APIs.  Generally the most commonly used are:


- SourceCode.HostClientAPI - to build out K2 connection strings


- SourceCode.Workflow.Client - workflow interaction (start a process instance, action a task, retrieve a worklist)


- SourceCode.SmartObjects.Client - to interact with SmartObjects


I'd recommend referring to the K2 Developer Reference that installs with the K2 documentation.  It has lots of information and code samples around K2 APIs.