Hi Vipul,I am trying to figure out how to send multiple variables
through a signal. I know how to send one through the xml format in the
documentation, but sending multiple doesn’t seem to work with standard
xml syntax. Are multiple variables supported?SINGLE
VARIABLE*PostEvent:vars.name =
(‘Lee’);xtk.workflow.PostEvent("myWorkflow","signal","", ,false);*JS in activity after signal to display
variable
passedlogInfo(vars.varName);-------------------------------------------------------------------...