I created Configurable Variables "IDEmailComment" in WFM.
how could I retrieve it in external task?
I try
$emailComment = iwpt_dcr_value('dcr.workflowinformation.workflow.IDEmailComment'
or
$emailComment = get_variable("IDEmailComment",
@job_variables);
but no luck on it
in doc, only mention we can $IW_CV("IDEmailComment") which for Javascript, but didnt mention how to get on the perl script