Hi everyone,
I am currently working on creating a custom service in Creatio, where I need to execute a large number of tasks and create records in multiple objects. These tasks take some time to execute, and to avoid any latency, I would like to execute these tasks in parallel, as some are independent from one another.
Does Creatio offer a customized implementation for parallelism (I saw that it had its own implementation of background execution)?
How can I implement this approach for parallel execution of tasks in Creatio and how can I handle the user connection and the context data in these methods?
Thanks in advance for your help!
Like
0 comments