Showing related tags and posts across the entire site.
-
What does the Sync parameter do on WorklistItem.GotoActivity(string Activity, bool Sync)? In other words, what's the difference between calling MyK2WorklistItem.GotoActivity( "MyK2Activity" ) and MyK2WorklistItem.GotoActivity( "MyK2Activity" , true )?
-
Hi, Our requirement is to create sharepiont task list for list of users (user1 , user2 ...so on) in k2.net 2003 process client events. I'm able to add the sharepoint tasks and worklistitems to K2 process, But not sure how to get the worklistitems of user in web application and update them using K2ROM...
-
I apologize in advance for probably getting the terminology wrong, but I have only been working with K2 for 2 days now. I have an existing workflow with a variety of activities, and I'm creating an aspx page (which will end up in a MOSS site) which needs to display all the items a user is currently assigned...
-
I'm having a great deal of trouble with K2.Net 2003 trying to use SetStartRule for a delayed execution of a WebService-poll. My process is supposed to check a webservice (which again checks a db for a certain value remote) every 10 min. from now until either the value is correct or it has been more than...