Environment health check
The WorkFusion infrastructure requires periodic validation. There are various factors that can make certain WorkFusion components or target applications non-functional or non-automatable.
The idea is to identify the checklist and automate the validation process as much as possible.
You can extend the recommended Business Process with your specific requirements. Make sure you understand the idea and approach. Then, you can use the recommended BP as a starting point for your implementation environment check.
Steps
The steps are as follows:
Import
Installation Integration Testing with ML Master Process V7.zip.To configure input parameters, upload the
test_configuration.csvinput file with required validations:test_rpa,test_ie_driver,test_chrome_driver,test_firefox_driver,test_desktop_driverrefer to validation of appropriate RPA drivers.test_ocris a validation of the OCR component.test_workspacedefines whether a Manual Task should be submitted to Workspace. In this case, an Answer from the Workspace worker is required to complete the Business Process.s3_bucketspecifies a bucket used for S3 validation.
Run the configured BP and wait for its completion.
In case of unsuccessful completion (the issue marker appeared), check the BP instance event log for failure details.
Checked components
| Component | Comments |
|---|---|
| Data Store | Checks all basic operations, for example, create Data Store, insert, update, select. |
| S1 | Checks put, get, and HTTP access by a generated link. |
| SSL connection | Checks an SSL connection between WF-WF, WF-S3, WF-OCR, WF-RPA. |
| File Storage | Checks put and read. |
| Manual Task | Completing this task guarantees that the license is set up, the connection between WF and WS is established, information extraction is working fine, for example, documents are downloaded from S3. |
| OCR Ghostscript | Checks PDF-to-TIFF conversion. |
| OCR service | Checks TIFF-to-TXT, XML, and HTML conversions and ensures that OCR works fine. |
| RPA | IE, Firefox, Chrome, AutoIt. |