Hello Everyone,
I created a Dynamic DCM that includes some sub-processes to validate lists on my form page. If validated correctly the stage should continue forward. the first stage works just fine it proceeds. When I validate the following one though the stage does not change. I have re-checked my BP multiple times to ensure it has taken the appropriate path and also the result conditions set in order for the case to move forward dynamically and they both check out. Any idea what the issue could be?
Like
1 comments
14:01 Feb 18, 2025
Hello,
Here are a few additional steps you can take to troubleshoot the issue:
- Ensure that the validation logic in your sub-processes is correctly implemented and that it returns the expected results.
- Double-check the transition conditions between stages to ensure they are correctly configured and that they match the output of your validation logic.
- Look at the case logs to see if there are any errors or warnings that might give you more insight into why the stage is not progressing.
- Try testing the process with different sets of data to see if the issue is data-specific.
- Ensure that the user executing the process has the necessary permissions to move the case forward.
Show all comments