|
Home > Archive > BizTalk Server Orchestration > June 2004 > Service instance ID, and message ID
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 |
Service instance ID, and message ID
|
|
| PeterT 2004-06-26, 10:53 am |
| Dear All,
Are there any possibiliti to get the running service instance ID of an
orchestration? And also is it possible to get the ID of a constructed
message in the orchestration?
Thanks
Peter
| |
| Marco Sellani 2004-06-26, 10:53 am |
| Yes,
with this exspressions:
myProcess(Microsoft.XLANGs.BaseTypes.InstanceId)
where myProcess is the name of your orchestration.
myMessage(BTS.MessageID)
where myMessage is the name of your message.
Marco Sellani.
"PeterT" wrote:
> Dear All,
>
> Are there any possibiliti to get the running service instance ID of an
> orchestration? And also is it possible to get the ID of a constructed
> message in the orchestration?
>
> Thanks
>
> Peter
>
>
>
| |
| Marco Sellani 2004-06-26, 10:53 am |
| Yes,
you can get the instance id with this espression:
myProcess(Microsoft.XLANGs.BaseTypes.InstanceId)
where myProcess is the name of your orchestration
you can get the message id with this espression:
myMessage(BTS.MessageID)
where myMessage is the name of your message
Marco Sellani.
"PeterT" wrote:
> Dear All,
>
> Are there any possibiliti to get the running service instance ID of an
> orchestration? And also is it possible to get the ID of a constructed
> message in the orchestration?
>
> Thanks
>
> Peter
>
>
>
|
|
|
|
|