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 create the first record and immediately return a response to the service caller. After that, I want the remaining tasks to run in the background, as they are independent and can be processed in parallel. The only dependency is on the initial record that needs to be created at the beginning.
How can I implement this approach for background execution of tasks in Creatio?
what was done is adding the image to NuiLogin.aspx page css (add body elemnt there):
<style>
.font-preload {
position: absolute;
opacity:0;}
.font-preload-open-sans {
font-family:"Bpmonline Open Sans";}
.font-preload-open-sans-light {
font-family:"Bpmonline Open Sans Light";}
.font-preload-open-sans-bold {
font-family:"Bpmonline Open Sans Bold";}
body {
background-image: url("783px-Test-Logo.svg.png");}</style>
and put this image to the root directory of app binary files. Only css should be modified in case you don't need to repeat this image and to set the size for it.
what was done is adding the image to NuiLogin.aspx page css (add body elemnt there):
<style>
.font-preload {
position: absolute;
opacity:0;}
.font-preload-open-sans {
font-family:"Bpmonline Open Sans";}
.font-preload-open-sans-light {
font-family:"Bpmonline Open Sans Light";}
.font-preload-open-sans-bold {
font-family:"Bpmonline Open Sans Bold";}
body {
background-image: url("783px-Test-Logo.svg.png");}</style>
and put this image to the root directory of app binary files. Only css should be modified in case you don't need to repeat this image and to set the size for it.
Strange, this approach worked in my local app perfectly. Maybe there is an error message in the console when trying to reach the Login page and it will provide more details? Or maybe the image is empty? Also try restarting the application in IIS.
It is checked as default when I add a new start signal into process. So, that process will run in background when it is checked, isn't it?
But when I run that process by clicking button "Run Process" of a selected row, the UI will be locked by loading, and I can't access another section. I want that process will run without locking UI, how can I config?
A simple signal has this checkbox checked off by default so please double-check that the checkbox is checked. However, if it is checked and the screen freezes when the process runs please contact submit a case to support@creatio.com as the issue should be investigated on your site.