Changing signal refs

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-18-2013 10:59 AM
Just a quick bug report:
When you change signal ref on the existing Event node the old one remains in the process definition. There is no way to remove the old signal definition other than directly editing the XML code.
Thanks,
When you change signal ref on the existing Event node the old one remains in the process definition. There is no way to remove the old signal definition other than directly editing the XML code.
Thanks,
Labels:
- Labels:
-
Archive
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2013 02:25 AM
You can remove the signal-definition on the Process-properties (tab Signals), or are we talking about something else here?

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2013 03:48 AM
The problem is that I don't have this "Signals" tab. I used to have it in the previous versions of Designer, but since some time it disappeared. When I compare my current plugin.xml to the one from 02.2013 I can see that these sections dissapeared:
<propertySection
class="org.activiti.designer.property.PropertySignalSection"
filter="org.activiti.designer.property.PropertyDiagramFilter"
id="org.activiti.designer.signalTab.signals"
tab="org.activiti.designer.signalTab">
</propertySection>
<propertySection
class="org.activiti.designer.property.PropertyMessageSection"
filter="org.activiti.designer.property.PropertyDiagramFilter"
id="org.activiti.designer.messageTab.messages"
tab="org.activiti.designer.messageTab">
</propertySection>
I also can't find the referred classes in the newest plugin (https://github.com/Activiti/Activiti-Designer/tree/master/org.activiti.designer.gui/src/main/java/or...)
Thanks,
<propertySection
class="org.activiti.designer.property.PropertySignalSection"
filter="org.activiti.designer.property.PropertyDiagramFilter"
id="org.activiti.designer.signalTab.signals"
tab="org.activiti.designer.signalTab">
</propertySection>
<propertySection
class="org.activiti.designer.property.PropertyMessageSection"
filter="org.activiti.designer.property.PropertyDiagramFilter"
id="org.activiti.designer.messageTab.messages"
tab="org.activiti.designer.messageTab">
</propertySection>
I also can't find the referred classes in the newest plugin (https://github.com/Activiti/Activiti-Designer/tree/master/org.activiti.designer.gui/src/main/java/or...)
Thanks,
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-19-2013 04:55 AM
Thanks for reporting, I was testing on a previous version of the editor, I presume.
Can you create a JIRA-issue for this?
Can you create a JIRA-issue for this?
