Hi,
I am using the below search query in Laserfiche Workflow to find the documents in my current repository migrate them to a new one.
{LF:Name="*", Type="D"} & ({LF:id > 0} - {LF:Tags="Migrated"})
I tested one of the documents with the below search query:
-
{LF:ID=%(Entry ID)}
If I give the entry ID for a documnet then the workflow runs fine.
But if I don't give the entry ID and want this to run for all the documents as per below search then the workflow goes on waiting state.
Am I doing something worng?
{LF:Name="*", Type="D"} & ({LF:id > 0} - {LF:Tags="Migrated"})