If you know the preceding event, you can write code that recreates that event within the current rule and accesses the data.

The coding has the following limitations:

 

' Casting the very first event in this rule to its type
Dim myRootEvent As
Creo.PWS.Automation.GenericDataModel.GenericUserStartEvent =
triggerEvent.RootEvent

 

' Casting the previous event in this rule to its type
Dim myRefineOkEvent As
CreoCreo.PWS.Automation.PrinergyDataModel.InputFileRefinedOk =
triggerEvent.Previous