I have a workflow that is filling in a form with a pattern using a multi-value token. In the test system it works fine. I published the workflow in my production system and now it is behaving differently.
In one example, the account number (1 & only value in a mult-value token) is being filled in all the fields that match the pattern without regard to the ".*(\d+)" that appends at the end of the pattern.
If I enter multiple numbers, then the crazy repeating doesn't occur. The other issues (below) still do.
In other cases, the fields are left blank.
If I add a track tokens activity, the data is captured correctly.
Again, this works in my test system, but not in my production system. All I did was change servers, change connection profile, update DB sources, and publish.
I have made a few PDF-filling workflows like this in both systems before.
WF Designer = 8.3 (latest)
WF Server (test) = 9.1.1
WF Server (prod) = 8.3 (latest)
I was already experiencing different behaviors from some PDF activities between test and production when they were both running 8.3. So, I'm concerned that upgrading production won't fix this problem.
I know this is fairly unique, but does anyone have any suggestions other than to upgrade production (should be done in a few weeks)?