Where is the object coming from? I assume you’re referring to a Java object.
A couple thoughts pop to mind:
-
Place the object in an IS document. Then have the model work with that. There may be some constraints/limitations on that but I’m not sure.
-
Serialize the object to a document definition, then reconstruct it within the model.
-
Convert the object to a document representation and process that.
Passing objects between integration components is a Java app server way of doing things, not really an IS way of doing things. It’s probably doable but might be more trouble than its worth?
#MWS-CAF-Task-Engine#webMethods-BPMS#webMethods