Skip to main content
Version: 4.3.4

Run screening

Once the Kayla AI Agent is installed and the configuration is complete, you can initiate the File Ingestion Business Process (BP) in one of the following ways:

Add file to MinIO

Using the method to run screening is only possible if you set the following during configuration:

  • Choose File Ingestion as the input method

  • Specify the S3 bucket and file location

When the above conditions are met, follow the steps below to initiate screening:

  1. Drop a CSV file in the correct format to the configured location.

  2. In the Digital Workers list, click the installed AI Agent (variation).

  3. On the AI Agent variation's details page, open the process definition for the File Ingestion BP and click a BP instance name.

  4. Navigate to the Run tab and start the BP by clicking the Run This Process button.

Kayla automatically picks up the input file in the specified S3 location and processes it.

tip

You can also set the BP to be run on schedule. For details, see the guide.

Send data using REST API

You can use API calls to send data to Kayla. The method is only available if you select the API option during configuration.

To initiate screening using API, follow the steps below:

  1. In the Digital Workers list, click the installed AI Agent (variation).

  2. On the AI Agent variation's details page, open the process definition for the File Ingestion BP and click a BP instance name.

  3. On the Data tab, select the Streaming Records from External Sources options.

  4. Navigate to the Run tab and start the BP by clicking the Run This Process button.

For more details on using the REST API, refer to the Kayla API documentation.

tip

You can also set the BP to be run on schedule. For details, see the guide.