Workflow Proxy Process Issue/Setup
This is the first time I am trying to use a proxy process. I am trying to use it in a change activity workflow so that it doesn't get so messy. I have an expression robot getting information from the parentChangeOrder before a user task that uses a variable that gets it's value from the expression robot. If I avoid the proxy process all is good and it does not error out. Once I go down the path of the proxy, it will execute the last process before the proxy and then give an error that seems to point to the variable parentChangeOrder. However none of the code has syntax errors when I check. I do have the parentChangeOrder in both the activity workflow and the proxy workflow (and actually started without it in the proxy). Is the proxy process supposed to have a sync robot in the beginning? PTC documentation isn't much help. We are on 11.1.
ERROR [WfPropagationQueue.PoolQueueThread-211] WF_EXEC_EXPR Administrator - compile - OUT: warning: Supported source version 'RELEASE_7' from annotation processor 'com.microsoft.azure.management.apigeneration.LangDefinitionProcessor' less than -source '1.8'
E:\ptc\Windchill_11.1\Windchill\temp\WfExpression128742472.java:47: error: cannot find symbol
parentChangeOrder=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.findChangeOrder( (wt.change2.WTChangeActivity2) primaryBusinessObject);
^
symbol: variable parentChangeOrder
location: class WfExpression128742472
Note: E:\ptc\Windchill_11.1\Windchill\temp\WfExpression128742472.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
1 error
1 warning

