i searched ways and methods to fill in some parameters/properties in the current task, and display it in read only in the next task;what i did is something like the below code:
<variable name="wf_cause" access="read,write" mapped-name="wf_cause" />
executionContext.getContextInstance().setVariable("wf_cause","123456");
taskinstance.properties["wf:cause"]="cccccccc";
unfortunately, none of them can work, i am so despairing as i can not make it work.
BTW:
the common property is defined in the aspect, even not defined in aspect can not work either. the version i am using now is community 3.2.
your support is greatly appreciated.