Fetch TheApplication().<variable> in workflow process property
In script few values are set in variable as defined below,
TheApplication().<variable> = 'ABC'
Need to fetch this value/map it to a process property in WF. As expression get profile attribute can be mapped to process property.
Is it possible to fetch application variable in WF process property?
Set in script
TheApplication().sChannel = 'Web'
Fetch in WF
Expression: TheApplication().sChannel ??