Returns the
ActivityActivity with the
given key. The OMG interface only defines a
de.danet.an.workflow.omgcore.WfProcess.steps method for listingall the activities associated with the process. While, of
course, one could select the activity with a certain key from
that list, this would be rather insufficient.
Parameters: key - the de.danet.an.workflow.omgcore.WfActivity.key key of the activity the activity associated with the key throws: InvalidKeyException - if no activity with the given keyexists throws: RemoteException - if a system-level error occurs.
Returns the process definition of this process.
the representation of the process definition. throws: RemoteException - if a system-level error occurs.
Enable or disable debugging of the process. Changing the debug
mode is only allowed when the process has been started.
Parameters: debug - if the process is to be debugged throws: RemoteException - if a system-level error occurs. throws: InvalidStateException - if changing the debug mode is notallowed