09-23-04 07:42 AM
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 AddAct
ivationBlockToActivityFlow by pass parentActionInstanceID and parentTaskID a
s parameters, it's look like ok (actionInstance count in activityflow = 2),
but when i call actionInstance[0].task of both actionInstance, the only firs
t task is retrieved (task in second step is null) but taskMessage xml file i
s send and content of it is correct (include in hwsSection)) and targetUser
property of activityFlow in HWSAdmin is blank (but in <targetActor> in xml f
ile is not blank).
what step is missed in orchestration? pleasee helppp
[ Post a follow-up to this message ]
|