I have a workflow that is activated by Forms. It is working great, however, sometimes the approver changes the applicant's name before approving and this stops the WF from finding the right BP Instance (the application) to link up to the approved permit that the WF creates.
I know I can block the approver from changing the applicant's name, however, he's just trying to correct spelling mistakes, which is good to do. I don't really want to stop that.
I'm wondering if I can somehow change how the WF finds the application. It currently is told to look in a specific folder, and look for the one with the right instance # and the right applicant's name.
Find Entry Activity configured as: \LFForms\Fire Permits\Fire Permits Waiting\Fire Permit Application #%(FormsBPInstanceID) - %(RetrieveFirePermitApplicationVariables_Applicant_Name)
What I want to do is tell it to look for the instance number WITHIN the application document names that it finds in the target folder, but there is no way for me to tell it to look for just the number within the names. Am I wrong, or is there a better way?