Skip to main content
Version: 10.2.9

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:

  1. Import Installation Integration Testing with ML Master Process V7.zip.

  2. To configure input parameters, upload the test_configuration.csv input file with required validations:

    • test_rpa, test_ie_driver, test_chrome_driver, test_firefox_driver, test_desktop_driver refer to validation of appropriate RPA drivers.
    • test_ocr is a validation of the OCR component.
    • test_workspace defines 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_bucket specifies a bucket used for S3 validation.
  3. Run the configured BP and wait for its completion.

  4. In case of unsuccessful completion (the issue marker appeared), check the BP instance event log for failure details.

Checked components

ComponentComments
Data StoreChecks all basic operations, for example, create Data Store, insert, update, select.
S1Checks put, get, and HTTP access by a generated link.
SSL connectionChecks an SSL connection between WF-WF, WF-S3, WF-OCR, WF-RPA.
File StorageChecks put and read.
Manual TaskCompleting 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 GhostscriptChecks PDF-to-TIFF conversion.
OCR serviceChecks TIFF-to-TXT, XML, and HTML conversions and ensures that OCR works fine.
RPAIE, Firefox, Chrome, AutoIt.