We are currently working on a Coordinator API that seems useful in your case: 
http://www.osgi.org/blog/2010/06/to-coordinate-in-osgi.html

It depends a bit on what your timing is because the Coordinator is for not so 
long lived tasks. If you want to extend the life time you probably need 
something like workflow engine.

Kind regards,

        Peter Kriens

On 27 nov 2010, at 09:19, Peter Lauri wrote:

> Hi,
> 
> We have a software that contains of multiple bundles that perform some 
> specific tasks that are being connected via service interfaces. The flow of 
> the application is that data enters via one service interface and then output 
> is given via another service interface. Now for the complete flow we need to 
> give an summary report of the process, as some if the intermediate bundles 
> performs tasks that are of important to know if sub tasks are successful or 
> not. 
> 
> Is there any standard of doing this in OSGi? Our last way out is to include 
> our own WorkFlow interface that we pass to the components of interest and 
> they need to fill these ones out. 
> 
> With regards,
> Peter lauri
> _______________________________________________
> OSGi Developer Mail List
> [email protected]
> https://mail.osgi.org/mailman/listinfo/osgi-dev


_______________________________________________
OSGi Developer Mail List
[email protected]
https://mail.osgi.org/mailman/listinfo/osgi-dev

Reply via email to