Hi I used generative classifier in classify document scope activity to classify the document. But when I run, I am getting following error as shown in the image.
How to resolve this?
Hi I used generative classifier in classify document scope activity to classify the document. But when I run, I am getting following error as shown in the image.
How to resolve this?
Please share how you have configured the classifier. It looks like ‘path’ parameter being passed as null.
Add breakpoint on Classify Document Scope activity and check the values of DocText, ‘DOM’ and 'Taxonomy` in locals or Immediate panel. Any of these variables shouldn’t be empty.
Verify variables in locals panel
Also remove the path..open advanced editor and then give the path there and save
Cheers