Skip to main content
Nintex Community Menu Bar

Work list is not displaying

  • September 13, 2007
  • 3 replies
  • 9 views

Forum|alt.badge.img+4

Hi friends,


I am new to K2.NET, i install K2.NET,after i open K2 Service manger,but in that service manager i did not find work list pls help me how to rectify this problem.


 


thanks,


schand

3 replies

Forum|alt.badge.img+8
  • September 13, 2007

Hi,


What's your version? Is it Blackpearl or K2.net 2003? (K2 Service Manager is a K2.net 2003 component)


Forum|alt.badge.img+4
  • Author
  • September 18, 2007

hi,


this is K2.NET 2003,i create the process,compiled export in to the server,every thing is fine,i designed the button click event,in button click event i gave like this.


private

void button1_Click(object sender, EventArgs e)


{


SourceCode.K2ROM.

Connection cn = new SourceCode.K2ROM.Connection();


//Connection cn = new Connection();


cn.Open(

"enzenk2");//, "[;];Authentication=External;User=Administrator;Password=");


ProcessInstance pI = cn.CreateProcessInstance("Bank_claimsClaim_DE");


pI.DataFields[

"Destination"].Value = "CreditCard";


pI.DataFields[

"ClaimDetails"].Value = "CreditCard";


cn.StartProcessInstance(pI);


cn.Close();


 


}


but in the work list not displaying any thing,i gave the K2.Addworklist("ASP" ,SerailNumber) in the client events. where the problem is,pls tell me


 


 


Forum|alt.badge.img+11
  • Nintex Employee
  • September 18, 2007

Hi schand,


Please re-post your question to the K2.net 2003 forum.


This forum is for K2 [blackpearl] specific questions.


Best Regards,


Ockert