Contents
This step needs to be done only if clones-upgrade container was run for the deployment. To clear the Keycloak cache, follow the steps mentioned below:
Login to Keycloak Master Admin console.
Select any of the Realms and in Realm Settings and go to Cache tab.
Click on all the three Clear buttons (Realm Cache, User Cache and Keys Cache) to clear cache in all realms.
Note:
This process is required only if the clones-upgrade program was run as part of deployment.
In case the person who is doing the post-deployment steps are not aware of the deployment procedures completed, this can be executed.
Invoice Extraction requires that the user with offline access (usually sense master) have the following access. Add these roles if they are not available.
invex_admin
invex_user
offline_access
Import all skills from 2.3 skill dump location
Publish and mark all workflows as golden skills.
Create new space under Smart Vision workspace. Use existing project name while creating new space.
Make space public by using Share option.
By utilizing skill move functionality in clones, move existing skill to the newly created space.
Modify the existing project specific workflows as per the changelog.
New micro actions are part of the skill dump and will get automatically imported on importing the golden workflows
Save and publish the modified workflows specifically for every existing projects which are relevant.
Workflow: Invoice_PWF_CheckRoleCondition
Changes:
Existing microaction – duresulttransform - updated to v2. Importing the golden skills will make this microaction available for use in old projects. Replace old microaction with the new v2
Micro action attribute changes:
Attributes |
Value |
inputJson |
${du_result} |
Outcome |
Value |
returnCode |
returnCode |
invoice_data |
transformed_Json |
errorMessage |
errorMessage |
A new micro action included. (JSON Add)
Micro action attribute changes:
Attributes |
Value |
inputJson |
${du_result} |
Outcome |
Value |
returnCode |
returnCode |
invoice_data |
responseJson |
errorMessage |
errorMessage |
5. Add a failure flow connecting Duresulttransformv2 with new microaction and a success flow connecting it with JSONGetExtractionTime