I have a couple of very old forms that were setup by the company when our department purchased the product long before I became involved. These forms invoke workflows that really do simple things which I can eliminate most of the bloat but they both search the repository for the form that invoked them and that is causing one of the many errors. I'm sure this is a simple question but I only use rules to start workflows and not real familiar with this method. All I need to do is find the form to email it now but the search fails here is the code in the search for one that involves a user task
{[]:[Instance Number]="%(BP Instance ID)", [DS Decision]="%(Submission Action)"} & {LF:LOOKIN="SLLBOCES\BOCES\Vacancy Position Notices\Pending Submissions"}
It fails with token not found I believe originally there was a token value somebody has deleted. The second search has this code
{[]:[Instance Number]="%(RetrieveBusinessProcessVariables_InstanceID_NH)"} & {LF:LOOKIN="SLLBOCES\BOCES\Vacancy Position Notices"}
If somebody could explain what code I need in the search repository to find the associated forms I would appreciate it. Normally I would do some testing but these are critical forms used daily by administrators and want them working yesterday. Thanks for any help