How to split KFI workqueues by country?
I'm currently working on a project that uses the Key from Image process from the Financials Image Processing Solution Accelerator. I need to create different 'Manual Entry' queues for each country using the solution. My question is whether this is possible without amending the composites in the accelerator?
The accelerator comes with a metadata attribute called 'Organization'. This can be set to the country code where the scanning is taking place. However that value is not mapped through the accelerator to the InvoiceProcessing humanTask. There is a payload value called 'Org_ID' that is mapped to the human task. However this value seems to be populated only by the OFR process. I'm thinking the only way to expose the 'Organization' value is amend the composite by mapping 'Organization' into the human task. Is there another way that does not require changes to the composites?