Calling Other Processes
Learn how one process can call another process in Kognitos.
Overview
In Kognitos, one process can call and run another process. The called process is referred to as a subprocess.
Advantages
There are many benefits of having a process call other processes:
- Modularity: Decomposing complex automations into smaller, manageable processes enhances the overall structure and organization.
- Readability: Well-organized automations are easier to read and understand.
- Scalability: Automations can be scaled to handle multiple tasks.
- Maintainability: Isolated processes simplify debugging and updating individual components.
Mechanisms
There are two ways to call a subprocess:
Updated 15 days ago