I need to set execution variable via designer in each user task. Please what is the best solution for that? I want to use form properties (I used in Activiti), but Camunda designer for Eclipse has not UI with a form. Can you help me please?
Thank you very much.
Best regards
Jiri Sojka
the best way for me was use
<activiti:field name="name" stringValue="Some value"/>
in ExecutinListener. It is working like Activiti but it is not documented. So it is necessary create changes directly in xml file (designer does not support this).