Change Activity Workflow primaryBusinessObject parentChangeOrder ca_comments START // Initialize the parentChangeRequest variable parentChangeOrder=com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.findChangeOrder( (wt.change2.WTChangeActivity2) primaryBusinessObject); Set State Implementation primaryBusinessObject aState Set State Resolved primaryBusinessObject aState Set State Implementation primaryBusinessObject aState Set State Under Review primaryBusinessObject aState Synch on Change Notice Implementation primaryBusinessObject parentChangeOrder ca_comments _SYNCH_EXPRESSION_ // Determine the state of the parent change request and branch accordingly String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder); if (state.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.IMPLEMENTATION)) result = "Go"; else result = null; _INITIAL_SYNCH_EXPRESSION_ // Determine the state of the parent change request and branch accordingly String state = com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.checkImplementation(parentChangeOrder); if (state.equals(com.ptc.windchill.pdmlink.change.server.impl.WorkflowProcessHelper.IMPLEMENTATION)) result = "Go"; else result = null; Rework Change Notice Task primaryBusinessObject Comments Complete Change Notice Task primaryBusinessObject Review Change Notice Task primaryBusinessObject Comments