Service Task Class

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2011 08:06 PM
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:
Is it possible to achieve the same result in the Activiti Modeler for a service task? If yes, how?
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?
Labels:
- Labels:
-
Archive
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2011 11:19 AM
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
It is not yet possible to create activiti attributes. See this bug: http://jira.codehaus.org/browse/ACT-309
