OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsbpel message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Re: [wsbpel] Q: process category?


Sid,

    A process category may fall mostly into the "deployment" bucket, and thus be ultra vires. Alternatively, perhaps it would be useful to give each process type a globally unique identifier. This would make management of BPEL and associated artifacts easier, at both design- and deployment-time, giving us a standard context "hook" for additional (non-standard) features.

    Perhaps something like:
<process name="ncname" targetNamespace="uri" uuid="string" ...>
....

Where uuid is a string representation of a universally unique identifier for the process. The value of uuid should be changed each time the process is altered to avoid confusion between multiple versions of the same process type.
-Ron

Sid Askary wrote:
For the purposes of internal process execution management and administration of services, one is forced to imagine some property of the process that would identify it with a category.  Such internal classification is common practice and can be reflected explicitly:

<process  name="ncname" targetNamespace="uri"
  queryLanguage="anyURI"?
  .
  .
  category="ncname"/>



What does the group think?

Thanks,
Sid.


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]