Run screening
Once the Name Sanctions Screening skill is installed, and the configuration is complete, you can initiate screening in one of the following ways:
- Start Business Process from Control Tower
- Call the NSS REST API
Start Business Process from Control Tower
To start the core Business Process, do the following:
In the Control Tower menu, in the Digital Workers section, click View All, and then click the Evelyn — Name Sanctions Screening group to expand it.
In the group, find the variation you wish to use and click Name Screening vX.X.X. to expand the process definition. Click Copy to create a new instance of the process.
On the Data tab, you don't need to upload a data file. The input data is either sourced from a CSV file in the S3 location or a screening system, depending on the NSS configuration.
Go to the Run tab and start the Business Process.
Once all of the entities within the input file have been processed, the Business Process automatically ends and uploads QC Report to the S3 Minio site.
Call NSS REST API
Name Sanctions Screening can be invoked by calling the WorkFusion REST API.
You must first configure an AI Agent variation as it requires the Business Process associated with a configured variation.
For Name Screening, only asynchronous invocation is supported. In this case, use only the following endpoints:
/start-record-raw/: to start a BP./check-record-status/: to check the status of the running transaction./get-record-result/: to get the result data of the completed transaction.
For more information, see:
- Running AI Agents via REST API to learn about invoking transactions and getting access to their token.
- Evelyn API to see the detailed description of endpoints.
Review screening results
For NSS 2.0+, there are no Manual Tasks available. The results of the Business Process execution you can see in the Quality Check report.