Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.7.1
-
None
-
None
Description
Current Behavior
- When renaming a workflow and deploying it, the DBMissingDataException exception is raised. This results in failure to deploy the workflow with the following message:
- DBMissingDataException: Couldn't find the workflow: /worfklow_name
- The error is raised if a user renames an object and deploys within 2s. The reason being that API operations in JS7 are asynchronous and the result of the rename operation is not ready at the point in time when the deployment is performed. Waiting for 2s after renaming an object prevents the issue.
Desired Behavior
When renaming a workflow and deploying it, the JOC Cockpit should not raise the DBMissingDataException, and the workflow should be deployed successfully.