Skip to main content
Nintex Community Menu Bar

refrencing a .net class library in k2 workflow project

  • March 27, 2008
  • 2 replies
  • 11 views

Forum|alt.badge.img+3

How do i refrence a class library in k2 workflow project ? I have a dll but the solutions explorer will not allow me to refrence this dll in the k2 blackpearl workflow project.

2 replies

Forum|alt.badge.img+11
  • March 27, 2008
On the upper-right corner of the workflow design canvas you will see some icons.  One of those icons is for project references.  If you click on it, you will get a dialog where you can add .NET assembly references and web service references.  Once you have added a reference, you can access it using code just like you would do in any other .NET project.

Forum|alt.badge.img+3
  • Author
  • March 27, 2008
Thanks David !