Hi,

I'm trying to get the ODEProcess object which is associated with an process.

ODEProcess p = _server.getBpelProcess(instance.getProcess().getType());

in the ProcessAndInstanceManagementImpl.java returns null although the
process is deployed.

With that, I want to retrieve the current state object of a process instance :

BpelInstanceWorkerCache c = p._instanceWorkerCache;
BpelInstanceWorker w = c.get(instance.getInstanceId());
ExecutionQueueImpl state = (ExecutionQueueImpl) p.getState(c.get(iid),
instance);

Has somebody an idea how to do that?

Cheers,
Andreas

Reply via email to