Skip to main content

Hi


How to Convert the one 'EscalationActionContext' into  'DestinationRuleContext'? Example: i have written a GetGivenName(string strFQN, DestinationRuleContext K2) method in the Code module to access in the different activities and events. but this method is not able access in the EscalationActionContext? can we achieve this in any way?


 Thanks in advance


 

If the objects you need to use exists in EscalationActionContext then you can define your method as K2 as Object and pass it generically.

Reply