Skip to main content
June 19, 2023
Solved

Cascading Problem

  • June 19, 2023
  • 3 replies
  • 0 views

Hi Team,

I'm facing a cascading problem when performing manual deployment.

The processModel [id= uuid=...] was not imported because a required precedent is missing: content [uuid=_... location=Process Model Expressions (Rules)] cannot be found. (APNX-1-4070-001) (APNX-1-4071-006)

The linkage is like, processmodel has a process start form interface and that interface calls other interface.

All the precedents were added to the package, still facing this issue.

    Best answer by harshitb6843

    It is because one of the objects were not imported due to any xyz reason and then other objects that were using this objects also couldn't import themselves as they have a missing precedent. 

    3 replies

    harshitb6843
    June 19, 2023

    As you have the UUID, you can search with this UUID and should find a rule that you will have to include. 

    June 19, 2023

    Thanks for the reply.

    Why do we usually get the cascading problems during the deployments?

    harshitb6843
    June 19, 2023

    It is because one of the objects were not imported due to any xyz reason and then other objects that were using this objects also couldn't import themselves as they have a missing precedent.