Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.5.0, 2.6.0, 2.7.0
-
None
Description
Current Situation
When execute update twice.
- Open the workflows folder in a cloned Folder. The list of workflows should be shown.
- Execute Update from GIT Repository
- Execute Update from GIT Repository again.
A DBMissingDataException is thrown
The reason for this is a wrong payload for the request
REQUEST: ./inventory/read/configuration
PARAMS:
The path must not contain "Workflows"
Desired Behavior
No DBMissingDataException or Nullpointer exception should be thrown when executing "Update from GIT Repository"