Modelling questions

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-30-2011 08:57 PM
Hey,
I ran into some things while modelling and hope to find some answers here:
1) How can I set a process id as well as the isExecutable attribute in signavio?
<process id="sid-e0ae03d4-ee54-445a-aa23-cbd91a413ab9" isExecutable="false">
I only get those properties on root level:
[img]http://forums.activiti.org/en/download/file.php?mode=view&id=326&sid=55184e19b5963e5b21899f79ee6e7cd...[/img]
2) For the script task, how can I create this attribute:
<scriptTask id="theScriptTaskWithExistingProcessVariableName" scriptFormat="juel" activiti:resultVariable="existingProcessVariableName">
<script>#{echo}</script>
</scriptTask>
3) Can I create interfaces, operations and messages and link those with a service task? I could not find interfaces anywhere.
I was able to model a message. However, it is always removed from the xml
Best regards,
Tobi
I ran into some things while modelling and hope to find some answers here:
1) How can I set a process id as well as the isExecutable attribute in signavio?
<process id="sid-e0ae03d4-ee54-445a-aa23-cbd91a413ab9" isExecutable="false">
I only get those properties on root level:
[img]http://forums.activiti.org/en/download/file.php?mode=view&id=326&sid=55184e19b5963e5b21899f79ee6e7cd...[/img]
2) For the script task, how can I create this attribute:
<scriptTask id="theScriptTaskWithExistingProcessVariableName" scriptFormat="juel" activiti:resultVariable="existingProcessVariableName">
<script>#{echo}</script>
</scriptTask>
3) Can I create interfaces, operations and messages and link those with a service task? I could not find interfaces anywhere.
I was able to model a message. However, it is always removed from the xml
Best regards,
Tobi
Labels:
- Labels:
-
Archive
Capture13.PNG
18 KB
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2011 02:36 AM
Hi,
Questions about the Modeler can better be answered at the Modeler project page: http://code.google.com/p/signavio-core-components/
1. To my knowledge you can't change the id. isExecutable is ignored by Activiti so that should not cause problems.
2. You can't, the Activiti Designer should be used to implement Activiti specific elements.
3. To my knowledge you can't.
Best regards,
Questions about the Modeler can better be answered at the Modeler project page: http://code.google.com/p/signavio-core-components/
1. To my knowledge you can't change the id. isExecutable is ignored by Activiti so that should not cause problems.
2. You can't, the Activiti Designer should be used to implement Activiti specific elements.
3. To my knowledge you can't.
Best regards,
