Note that importing an XPDL description automatically removes any existing process definitions that have the same package id as the imported package.
@param processDefinitions document describing the process definitions.
@return list of prioritized message {@link de.danet.an.workflow.api.PrioritizedMessage PrioritizedMessage
}. This list only includes messages of priority INFO or WARN. If any (fatal) error has occured, an {@link de.danet.an.workflow.api.ImportException ImportException
}will be thrown and the error message can be taken from there.
@throws RemoteException if a system-level error occurs. Theimport has been aborted.
@throws ImportException if the input is not a correct.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|