refrencing a .net class library in k2 workflow project

  • 27 March 2008
  • 2 replies
  • 0 views

Badge +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

Badge +11
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.
Badge +3
Thanks David !

Reply