Process
} with the given key.The OMG interface only defines a {@link WfProcessMgr#processes method for listing all processes} associated with a process manager.While, of course, one could select the process with a certain key from that list, this would be rather inefficient.
@param key the {@link de.danet.an.workflow.omgcore.WfProcess#key key} of the process
@return the process associated with the key
@throws InvalidKeyException if no process with the given keyexists
@throws RemoteException if a system-level error occurs
|
|
|
|
|
|
|
|
|
|
|
|
|
|