cancel
Showing results for 
Search instead for 
Did you mean: 

Service Task Class

alp
Champ in-the-making
Champ in-the-making
I am fairly new to the Activiti Modeler and got some trouble to define all attributes i need.

I wrote a bpmn20.xml by hand:
      <serviceTask id="StartBrowser" name="StartBrowser"
         activiti:class="imoha.process.api.Start">
         <documentation></documentation>
         <extensionElements>
            <activiti:field name="url" stringValue="http://google.de" />
         </extensionElements>
         <incoming>SequenceFlowStart</incoming>
         <outgoing>SequenceFlow1</outgoing>
      </serviceTask>

Is it possible to achieve the same result in the Activiti Modeler for a service task? If yes, how?
1 REPLY 1

alp
Champ in-the-making
Champ in-the-making
I just found the answer to my question in another thread: http://forums.activiti.org/en/viewtopic.php?f=7&t=997

It is not yet possible to create activiti attributes. See this bug: http://jira.codehaus.org/browse/ACT-309