This is in continuation of my earlier thread titled:
"CONFIGURABLE VARIABLE IN EMAIL Task "
I am using workflow modeler and have a CONFIGURABLE variable named "Time" being captured in the instantiation screen .
During one of the tasks (the 3rd one in my workflow), I have a URI task basically configured to send an email.
I am using OOB xsl (JobNotification.xsl) with "BodyStylesheet" value specified as OOB xsl (JobNotification.xsl) with URI as OOB ClassName
com.interwoven.livesite.spring.workflow.task.DelegatingUrlExternalTaskProxy (
http://$IW_SERVER:$IW_PORT/iw-cc/urlexternaltask).
As per recommendation from Fish earlier, I tried to capture this CONFIGURABLE variable within a task variable.
Thus I defined a variable called "When" and assigned CONFIGURABLE(Time) to it.
Now I was trying to capture it in the body of my email xsl, but I am unable to.
I successfully capture the value of CONFIGURABLE(Time) within the subject of the email but need help with getting this value within the body.
I tried using getting the variable value from the active task like this:
But to fail
Can anyone help please or point me in the right direction. I am not able to find any docs for this.