NXQL to search document which is in a workflow

hello, can someone give me any hint on how to search for a document that is currently in a workflow using nxql? Regards

0 votes

1 answers

735 views

ANSWER



Hello,

Something like Select * From RoutingTask Where nt:targetDocumentsIds IN (YOUR_DOCUMENT_ID)

nt:targetDocumentsIds is the property storing all documents attached to a workflow instance

Regards

0 votes