Category Archives: Outsystems Lessons

➿Asynchronous Processes in OutSystems

Let’s start with the Synchronous Processes: Synchronous Processes are the sequential process or the tasks executes one after the another. It starts the execution after completion of the previous task. In OutSystems, they have pre-defined order at the process level. The Asynchronous Processes executed in parallel & their order of execution may not be pre-defined. […]