Skip to main content
boddupallib637791
August 24, 2023
Question

Reconcilation Tasks

  • August 24, 2023
  • 7 replies
  • 0 views

Hi,

I am using doc extraction smart service by AI skill to extract the data from pdf , I have multiple files to extract and reconcile . Is there any way to assign all reconcilation tasks in a singel node?

7 replies

August 28, 2023

Hello Bhargav, when you are trying to reconcile the files, Reconcile Doc Extraction Smart Service is used and in that smart service we will be passing the Document Extraction Id as the input which is not allow multiple values. So, we can only reconcile each file at a time and we have to use the looping in the process model to reconcile all the files.

boddupallib637791
August 28, 2023

is there any way i can use same task link to display all the reconcilation tasks like chaining all tasks so that user should not click on every task to complete.

stefanhelzle0001
Brainy
August 28, 2023

Tasks and documents are two different things.

In a process, you can only assign one reconciliation task at a time. Then you can process the next document.

Can you explain your use case a bit, and what you are trying to achieve?