Showing related tags and posts across the entire site.
-
The problem: Get the user or users who have a worklist item claimed. In K2 2003, this was simple - call GetWorkListItems in the Management API, filter the items to ones with Status of Open, then return the Destination property of the items. K2 blackpearl makes this more complex due to the introduction...
-
Using WorkflowManagementServer in SourceCode.Workflow.Management, say I want to connect as an alternate user (specifying another username and password). It appears that I can use the overloaded constructor, or call Open and pass a connection string created with SCConnectionStringBuilder. Both techniques...
-
I'm calling the SourceCode.Workflow.Client.Connection OpenProcessInstance(id) method and getting "[user] does not have permissions to open the process". I know Update requires elevated rights, but the user has the process in their queue (that user is a destination, and the process is in...
-
I am using K2 blackpearl 565 update and trying to archive our data. When I go through the Workspace to open the archive utility and select the database it displays the following error. "Could not find stored procedure 'mGetArchivedSets'" I looked in the database and the stored procedure...