cancel
Showing results for 
Search instead for 
Did you mean: 

Activiti serviceTask spec/documentation

afshad
Champ in-the-making
Champ in-the-making
Is there a formal documentation/spec for the attributes that activiti has put into BPMN 2.0. For the attribute activiti:class and the elements: activiti:field activiti:string ??

<serviceTask id="servicetask1" name="CalculatePi" activiti:class="org.activiti.delegates.PiCalculator">
      <extensionElements>
        <activiti:field name="accuracy">
          <activiti:string>20</activiti:string>
        </activiti:field>

      </extensionElements>
    </serviceTask>

Thanks
1 REPLY 1

trademak
Star Contributor
Star Contributor
Hi,

What do you mean with formal spec? No it's not part of any formal BPMN like specification.
The user guide contains a detailed explanation to my opinion.

Best regards,