Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.7.1
-
None
Description
Current Situation:
When we try to revoke any deployable objects (Workflow, JobResources, FileOrderSources, NoticeBoards, and Resource Locks) from the Configuration -> Inventory -> Folders sub-window, not from the left panel but from the action menu of the deployable object shown in the right window, we get the following error (in the case of a workflow):
c.s.j.c.JOCDefaultResponse - DBMissingDataException: com.sos.joc.exceptions.DBMissingDataException: Couldn't find the workflow: /wf
This issue occurs because the API call is sending the wrong path. It is dropping the folder name and sending the path from root/name_of_the_Objects.
Desired Behavior:
Users should be able to revoke the deployable objects without any error.