What are the mandatory activities to be included in an automation workflow to allow a remote knowledge worker to pick up an action that validates the extracted data in the form of a Document Validation Action?
A.
Present Validation Station, Wait for Document Validation Action and Resume.
B.
Orchestration Process Activities.
C.
Document Understanding Process Activities.
D.
Create Document Validation Action, Wait for Document Validation Action and Resume.
To enable a remote knowledge worker to validate the extracted data from documents in Action Center, the automation workflow needs to include the following activities12:
Create Document Validation Action: This activity creates an action of type Document Validation in Orchestrator Action Center, and returns an action object as output. The action object contains the information needed to resume the workflow after the human validation is completed. The input properties of this activity include the action details, such as title, priority, catalog, and folder, and the document validation data, such as the document object model, the document text, the taxonomy, and the automatic extraction results.
Wait for Document Validation Action and Resume: This activity suspends the execution of the workflow until the human validation is done in Action Center, and then resumes it with the updated extraction results. The input property of this activity is the action object obtained from the Create Document Validation Action activity. The output property is the validated extraction results, which can be used for further processing or exporting.
[References: 1: Create Document Validation Action 2: Wait for Document Validation Action and Resume, , ]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit