eclipselabs/passerelle

Prepare for open CDMA and other data containers : Move Passerelle's process context out of the msg body

Closed this issue · 2 comments

In the roadmap to integrate Passerelle's Task/Context-based process model in 
more application domains and actor libraries, we must also try to keep the 
message body free to actual domain-specific data containers.

In the Passerelle EDM product, the process Context is the domain object in all 
messages. But for other domains this is not OK.

E.g. for the synchrotron domain, CDMA (http://code.google.com/p/cdma/) will be 
piloted as common data container and will occupy the msg body.

The process Contexts for running models will be centrally managed in a kind of 
Context Repository. Msgs will need to maintain only the unique Context ID in a 
dedicated header.


Original issue reported on code.google.com by erwin...@gmail.com on 26 Feb 2013 at 7:51

First working version with sample actors for complex flow concepts like 
fork/join etc are in test.

Original comment by erwin...@gmail.com on 19 Apr 2013 at 6:55

  • Changed state: Started
Done for 8.8

Original comment by erwin...@gmail.com on 18 Sep 2014 at 8:59

  • Changed state: Done