Skip to main content
pablot5090
August 29, 2022
Question

Appian Process Modeler shows process not valid, but nothing else

  • August 29, 2022
  • 5 replies
  • 0 views

Hi everyone,

The matter is that a process model that was working fine, suddenly shows the notification "process model is not valid" when open the process model, but it doesn't show more info about it. I'm pretty sure about it happened because we have modified some rules and interfaces, but this is a large process.

So, is there any way to take a log of the validation process to get the bug? 

5 replies

aparajitas0002
August 29, 2022

1. You can check if there are any issues in the newly updated rules on which the PM is dependent. Sometimes the expression editor isn't able to catch the error. Better to test all the scenarios in the rule itself.

2. You may check the tomcat-stdOut logs to see if there is a more descriptive error message available in it.

mikes0011
Brainy
August 29, 2022

In Designer, bring up a list of all of that process model's Dependents.  Then, in order of Last Modified, go through any Expression Rules and Interfaces, and check for any items that were saved in an invalid state (like throwing an error by default or saved with a syntax error that immediately displays in the rule editor window).  That's your most likely source, as far as I can tell.

The Expression Guru
csteward
August 30, 2022

Agree with Mike, I only see this error when an interface is throwing an error itself - start there.