Referencing environment properties within transition scripts in DQ+ case workflows?
The RUNTIME() function seems to be valid within the JavaScript associated with a case transition - the editor provides help and autocompletion for it, but RUNTIME() always seems to return null.
// Javascript for a case transition
var rtprop = RUNTIME('MyEnvProp');
// rtprop will be null here even through environment property MyEnvProp is defined for the environment
Any suggestions on how to access environment properties within a JavaScript defined for a case management workflow transition?
Thanks.
Please sign in to leave a comment.
Comments
3 comments