cancel
Showing results for 
Search instead for 
Did you mean: 

Task

nmohid
Champ in-the-making
Champ in-the-making
I am new to activiti and am using activiti engine v5.16

When I deploy a bpmn wokflow with the following

<userTask …>
<extensionElements>
.
.
.
<activiti:taskListener event="complete" class="org.activiti.engine.impl.bpmn.listener.ScriptTaskListener">
          <activiti:field name="script">
            <activiti:string>execution.setVariable("qcStepName",  "InitialQC");</activiti:string>
          </activiti:field>
          <activiti:field name="language" stringValue="groovy"/>
</activiti:taskListener>
<extensionElements>
</userTask>


The
<activiti:field> 
xml elements are getting removed when the model is imported. I am using eclipse plugin to generate the model
Can you please help.

Thanks,
1 REPLY 1

trademak
Star Contributor
Star Contributor
Which version of the Activiti Eclipse Designer are you using?

Best regards,