Calling Other Processes
Learn how one process can call another process in Kognitos.
Overview
In Kognitos, one process can call and run another process.
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
Updated about 2 months ago