Connectors
Connectors in the Work.AI platform enable Business Processes (BPs) and AI Agents to communicate with external systems. They provide standardized integration points for retrieving and enriching data, sending information to third-party services, triggering workflows based on external events, and orchestrating end-to-end automation across enterprise environments.
Perform auto-rotation for signal-based Business Processes
Signal-based Business Processes (BPs) continuously receive records from input connectors, Triggers, or other BPs. In some cases, the flow of records can be very high or nearly infinite, resulting in excessive record accumulation within a single BP instance. This accumulation can lead to significant performance degradation during BP execution.
Test Trigger Connector framework
The worker-task-test-trigger library is a part of the worker-task-test framework that provides execution and assertion APIs for testing Trigger Workers. This library allows you to configure and run Triggers, modify environment configurations and beans per test class, and assert Trigger results.