I just started updating some of my workflow processes to take advantage of the new PDF Page Generation and DCC callback options and ran into a couple of issues.
1. The WF 11 Designer seems to install without some of the files used by the new process, so I get a validation error if I try to publish from anywhere other than directly on a WF Server
Could not load file or assembly 'Laserfiche.DistributedProcessing.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=607dd73ee2bd1c00' or one of its dependencies. The system cannot find the file specified.
2. The callback functionality works, but it looks like the server and repository names have been swapped in the callback so it was generating a warning every time.
For example, if my server was server.local and my repository was MyRepo, the workflow instance started by the DCC call back would show server.local as the repository and MyRepo as the server.
This affected the starting entry because it thought the server was the name of the source repo and it would generate warnings about the conflict between that and the connection profile in the activities.
As a workaround, I added a find entry and change starting entry at the start of the workflow, then added a fake connection profile with the values swapped so it wouldn't generate any warnings.