Details
-
Bug
-
Status: Closed
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
When asking for a workflow that does not exist a NullPointer exception is thrown in the method export of the class org.hippoecm.repository.decorating.server.ServerWorkflowManager. The method is called by the getWorkflow method and the resolved workflow on line 69 is Null. The export method cannot handle this situation.