Use the flow code to get OOF's Worklist
But i can't get the right URL to approve? The OOF's URL doesn't like the Workspace will add &SharedUser=K2:aaabb
Can somebody help?
tks
Dim wlc As SourceCode.Workflow.Client.WorklistCriteria = New SourceCode.Workflow.Client.WorklistCriteria()
wlc.NoData = True
wlc.Platform = "ASP"
wlc.AddFilterField(SourceCode.Workflow.Client.WCLogical.Or, SourceCode.Workflow.Client.WCField.WorklistItemOwner, "Other", SourceCode.Workflow.Client.WCCompare.Equal, SourceCode.Workflow.Client.WCWorklistItemOwner.Other)
Dim wkList As SourceCode.Workflow.Client.Worklist = conn.OpenWorklist(wlc)
For Each item As WorklistItem In wkList
ApproveURL = item.Data