is it possible to access the variables in to the content of the email delivery
I am posting an event to a workflow which contains external signal activity.That event contains a variable.
xtk.workflow.PostEvent (
"WKF454",
"signal",
"",
<variables email={temp}/>,
false
)
Now I want to access this "temp" variable into the email content (delivery).
Is there any way to do this.
Any help will be appreciable.
