Details
-
Fix
-
Status: Released (View Workflow)
-
Medium
-
Resolution: Fixed
-
2.0.0
-
None
Description
Current Situation
- The JOC Cockpit import functionality and related /inventory/import REST Web Service import objects in a reasonable sequence that considers object references. This is intended to find valid objects after import to JOC Cockpit.
- The import functionality does not consider references within the same object type, for example use of the AddOrder Instruction for workflows. As a result such objects can become invalid after import.
Desired Behavior
- The import functionality should separate the steps to import objects and to validate objects.
- Validation is performed after all objects are imported.
- The change also affects web service for "Update from Repository" (API ./inventory/repository/update).