We have an Admin-Interface in our Application, where we want to provide an
overview of all deployed ProcessDefinitions and versions of ProcessDefinitions.
One part of this feature should be the ability to look up the XML-Source of
these Definitions.
It wouldn't be a problem, if there only were o
Is it possible to get the XML-Document (Stream) back again from a
ProcessDefinition-Object?
I tried
procDefObj.getFileDefinition().getInputStream(procDefObj.getName());
|
but that didn't work. The variable procDefObj is a valid object of type
ProcessDefinition.
Thank you for your help!