Posted: Thu Oct 03, 2002 7:16 am Post subject: UPES: Access to ProgramInputData
Newbie
Joined: 27 Jun 2001 Posts: 9 Location: Kansas City
Greetings. My UPES is triggered after a delay activity (and appropriately receives the ActivityExpired message). Fine. However, I need to access information normally found in the ProgramInputData element of an invocation message. Specifically, I need to know the "PROCESS" and "PROCESS_MODEL" when the activity expires. How do I do that? Thanks.
Joined: 27 Jun 2001 Posts: 3081 Location: EmeriCon, LLC
Your UPES should have received an "ActivityImplInvoke" message that would contain the informatin you seek. You will need to store this somewhere using the ActImplCorrelID as the key. Then when the TerminateProgram or ActivityExpired messages come in you can use the
ActImplCorrelID to access the information orignally supplied on the ActivityImplInvoke message.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum