変数が定義されているユーザータスクにhtmlフォームを使用して、次の排他的なゲートウェイでsequenzflowを選択しようとしました。 HTML:Camunda:排他的なゲートウェイの識別子を解決できません
<div class="form-group">
<div class="radiobutton">
<label>
<input cam-variable-name="altneu" cam-variable-type="String" type="radio" name="altneu" class="form-control" value="NEU"/>
Neukunde
</label>
<label>
<input cam-variable-name="altneu" cam-variable-type="String" type="radio" name="altneu" class="form-control" value="ALT"/>
Altkunde
</label>
</div>
</div>
Sequenceflows:実行するとき
<bpmn:sequenceFlow id="SequenceFlow_0a0vwxr" name="Kunden-stammdaten sind vorhanden" sourceRef="ExclusiveGateway_0vokx46" targetRef="ExclusiveGateway_074f3z1">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${altneu == 'ALT'}]]></bpmn:conditionExpression>
</bpmn:sequenceFlow>
<bpmn:sequenceFlow id="SequenceFlow_1cwjztj" name="Kundenstammdaten sind nicht vorhanden" sourceRef="ExclusiveGateway_0vokx46" targetRef="Task_1peelfz">
<bpmn:conditionExpression xsi:type="bpmn:tFormalExpression"><![CDATA[${altneu == 'NEU'}]]></bpmn:conditionExpression>
</bpmn:sequenceFlow>
私はこの例外を取得: はタスクフォーム713c798f-ebeb-提出することができません:タスクフォームを提出しながら、
エラーが起こりました11e7-9cb1-dcfe074be7ab:未知のプロパティが式に使用されました:$ {altneu == 'NEU'}。原因:識別子 'altneu'を解決できません