|
Home > Archive > BizTalk Server Orchestration > September 2004 > About action in HWS
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
About action in HWS
|
|
|
| i have create my own action an activitymodel. it is very normal in the first step of execution (message is activated by initiator and wait for response from target user, the result is actionInstance[0].task is not null and have output xml file (taskMessage), i also check the activityflow in HWSAdmin and everything is ok.) but in the second loop of execution, after i call AddActivationBlockToActivityFlow by pass parentActionInstanceID and parentTaskID as parameters, it's look like ok (actionInstance count in activityflow = 2), but when i call actionInstance[0].task of both actionInstance, the only first task is retrieved (task in second step is null) but taskMessage xml file is send and content of it is correct (include in hwsSection)) and targetUser property of activityFlow in HWSAdmin is blank (but in <targetActor> in xml file is not blank).
what step is missed in orchestration? pleasee helppp | |
| Chris Whytock[MSFT] 2004-09-27, 5:51 pm |
|
Do any errors show up in your event log, or in HAT? Sometimes even if the
message output is correct there can be an error in the task message that
causes HWS to fail when trying to track the task.
--Chris
--------------------[vbcol=seagreen]
i have create my own action an activitymodel. it is very normal in the
first step of execution (message is activated by initiator and wait for
response from target user, the result is actionInstance[0].task is not
null and have output xml file (taskMessage), i also check the
activityflow in HWSAdmin and everything is ok.) but in the second loop
of execution, after i call AddActivationBlockToActivityFlow by pass
parentActionInstanceID and parentTaskID as parameters, it's look like
ok (actionInstance count in activityflow = 2), but when i call
actionInstance[0].task of both actionInstance, the only first task is
retrieved (task in second step is null) but taskMessage xml file is
send and content of it is correct (include in hwsSection)) and
targetUser property of activityFlow in HWSAdmin is blank (but in
<targetActor> in xml file is not blank).[vbcol=seagreen]
--
Boo
------------------------------------------------------------------------
Posted via http://www.webservertalk.com
------------------------------------------------------------------------
View this thread: http://www.webservertalk.com/message404687.html
[vbcol=seagreen]
| |
|
| Umm... don't have any errors in HAT or event log. but targetUser property of activityFlow in HWSAdmin is blank -_-'' |
|
|
|
|