Overview of the Corredor package
2024.9.xThe corredor package serves as an interface to the Corredor script runner service. It is used to manage script execution and event-driven workflows within the Corteza ecosystem. It provides three primary capabilities:
- Connection to Corredor service: Establishes the communication link with the script runner.
- Subscriber service: Handles events raised from various Corteza services, allowing for reactive logic.
- Scheduling service: Manages deferred events, supporting both one-time scheduled events and recurring interval-based events.