Pass variables and role lists between change request and change notice
I've been going thru the various posts here to try to find a solution to a question I have that seems like it should be simple to do (or at least obviously possible in the workflows). But I've been unsuccessful so far.
We have a Change Request flow that classifies the type of change, defines the impact of the change (low, medium, high) and based on that impact selects an approver list. Those three pieces of data need to get passed to the Change Notice flow where they are used for notifications and other activities.
I created a new attribute in the Change Request that is my classification attribute and I can pull that into the Change Request workflow to be used/consumed there using this bit code here. That works fine. What doesn't work is trying to pass that to the Change Notice flow.
I came across this and tried creating an Alias attribute in the Change Notice. The mapping (theChangeOrder2@wt.change2.AddressedBy2~theChangeRequest2^wt.change2.WTChangeRequest2~myAttributeNameHere) doesn't actually map to my parameter.
For passing my impact level string to the Change Notice would it be easiest to create another attribute in change notice and map it to the Change Request parameter? It seems like yes, but since that hasn't worked I'm interested in any other options.
As far as passing a list of participants from Change Request to Change Notice, I've been playing around with this. The first issue I'm running into is that wt.org.WTPrincipalReference doesn't show up under Windchill classes for the variable. If i use other classes, I get a runtime error. What's the best way to approach this step?
We're on 10.2 M030 for now with plans to move to Windchill 11 early next year.

