10-22-04 12:47 PM
Hello,
I have developed a simple HWS-MyWebService-Infopath integrated workflow
system. In this system, I have started a workflow by
AddActivationBlockToActivityFlow. After I did this, a guid is returned to me
.
After this I want to take activity flow information by GetActivityFlowInfo
method. I call the method like this:
hwss.Credentials = new System.Net.NetworkCredential("user1", "passworD2",
System.Environment.MachineName);
hwss.GetActivityFlowInfo(activityFlowID, ActivityFlowDetailLevel.TaskLevel,
null);
After calling this method it throws an exception (for parameter
activityFlowID i tried the activity flow id retrieved from
hwss.GetNewActivityFlowID() and id returned from
AddActivationBlockToActivityFlow method):
Microsoft.BizTalk.Hws.SoapService.HwsServiceSoapException: Failed to
retrieve activity flow information from tracking.
"user1" is the target for the first task in the activity model. Do you have
any idea what is the problem? Or should I do something different to get the
waiting task for the user1?
Thanks,
Zeynep
[ Post a follow-up to this message ]
|