Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.5.0, 2.6.0, 2.7.0
-
None
-
None
Description
Current Situation
When removing workflows
- Open the workflow folder in a cloned folder. This folder should contain one subfolder with one or more workflows.
- Remove one workflow from the subfolder
- Execute Update from GIT Repository
A Nullpointer Exception is thrown.
java.lang.NullPointerException: Cannot invoke "com.sos.joc.db.inventory.DBItemInventoryConfiguration.getFolder()" because "dbItem" is null
Desired Behavior
No NPE should occur.