Hi Askar,
essentially, one should be able to add the Manual Activation marker in
the Camunda Modeler and that should be all. Currently, the Modeler
creates the following XML, when I do that:
<cmmn:planItem id="PlanItem_1" definitionRef="ProcessTask_1nqedwi">
<cmmn:itemControl id="PlanItemControl_1g652f2">
<cmmn:manualActivationRule id="ManualActivationRule_0wuwwz9" />
</cmmn:itemControl>
</cmmn:planItem>
Since, we don't know how other modeling tools will serialize this, the
engine should behave the same in both cases that you described.
Cheers,
Falko
pushed on master will do backporting now.