Hello!
I have a problem with my business processes. They keep triggering or starting (depending on the start signal) but they won't complete any element. In the Execution Diagram they are not completing or going anywhere on the flow.
I tried to Generate source code for all schemas, compile, restarting IIS, clear cache and restarting the app pool.
Which is the cause of this problem and how I can solve the problem?
Thank you
Like
4 comments
22:09 May 31, 2023
Hello,
To resolve this issue:
- Connect RabbitMQ.
- Reduce the number of background processes by making the most critical processes non-background. This will free up resources for more important operations.
- Increase the configuration for the number of concurrently executing processes. For example, you can modify the parameter
messageProcessingThreadsCount
in the internalweb.config
file to be 50% higher than the current value. This will distribute the workload across a greater number of threads and speed up the execution of operations. - Consider upgrading to version 8.0.3 or newer. More recent versions have significant optimizations aimed at improving process execution speed.
19:20 Oct 10, 2023
Saichand,
Greetings,
Please contact Creatio Support for us to investigate the error internally.
You can contact us by sending an email to support@creatio.com
Show all comments