You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ode.apache.org by Denis Weerasiri <dd...@gmail.com> on 2009/02/18 07:20:35 UTC

About modelId for a scope

Hi,
When using "getInstanceInfo" operation in management API the following
element is recieved.

<axis2ns4:getInstanceInfoResponse>
-
<instance-info>
<ns:iid>1101</ns:iid>
<ns:pid>{http://LoanService.bpel}LoanService-1</ns:pid>
<ns:process-name>loan:LoanService</ns:process-name>
<ns:root-scope siid="1151" status="ACTIVE"
name="__PROCESS_SCOPE:LoanService" modelId="3"/>
<ns:status>COMPLETED</ns:status>
<ns:dt-started>2009-02-12T11:11:47.764+05:30</ns:dt-started>
<ns:dt-last-active>2009-02-12T11:11:48.445+05:30</ns:dt-last-active>
<ns:event-info/>
</instance-info>
</axis2ns4:getInstanceInfoResponse>

Does anybody know about when the attribute called "modelId" in <root-scope/>
is really used.?
Do I have to care about that when monitoring the instances in a ode-user
perspective?

Re: About modelId for a scope

Posted by Alex Boisvert <bo...@intalio.com>.
On Tue, Feb 17, 2009 at 10:20 PM, Denis Weerasiri <dd...@gmail.com>wrote:

> Hi,
> When using "getInstanceInfo" operation in management API the following
> element is recieved.
>
> <axis2ns4:getInstanceInfoResponse>
> -
> <instance-info>
> <ns:iid>1101</ns:iid>
> <ns:pid>{http://LoanService.bpel}LoanService-1</ns:pid>
> <ns:process-name>loan:LoanService</ns:process-name>
> <ns:root-scope siid="1151" status="ACTIVE"
> name="__PROCESS_SCOPE:LoanService" modelId="3"/>
> <ns:status>COMPLETED</ns:status>
> <ns:dt-started>2009-02-12T11:11:47.764+05:30</ns:dt-started>
> <ns:dt-last-active>2009-02-12T11:11:48.445+05:30</ns:dt-last-active>
> <ns:event-info/>
> </instance-info>
> </axis2ns4:getInstanceInfoResponse>
>
> Does anybody know about when the attribute called "modelId" in
> <root-scope/>
> is really used.?


It ties to the corresponding O-model object (in the compiled BPEL) that is
used during execution.

alex