[jboss-jira] [JBoss JIRA] Resolved: (GPD-195) sub-process name not loaded
Koen Aers (JIRA)
jira-events at lists.jboss.org
Thu Jan 8 10:34:15 EST 2009
[ https://jira.jboss.org/jira/browse/GPD-195?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Koen Aers resolved GPD-195.
---------------------------
Fix Version/s: jBPM jPDL Designer 3.1.4
Resolution: Done
> sub-process name not loaded
> ---------------------------
>
> Key: GPD-195
> URL: https://jira.jboss.org/jira/browse/GPD-195
> Project: JBoss jBPM GPD
> Issue Type: Bug
> Components: jpdl
> Affects Versions: jBPM jPDL Designer 3.1.2
> Environment: Eclipse 3.3.0
> Reporter: Wojtas Koziej
> Assignee: Koen Aers
> Fix For: jBPM jPDL Designer 3.1.4, jBPM jPDL Designer 3.1.3
>
>
> I load process definiotion file (below), click process-state node, open properties view, click subprocess tab and
> there is no sub-process name in the Subprocess Name field.
> When I change the value of Subprocess Name field and want to save file nothing hapens (Source is not sync).
> <?xml version="1.0" encoding="UTF-8"?>
> <process-definition xmlns="urn:jbpm.org:jpdl-3.2" name="testsub">
> <start-state name="start-state1">
> <transition to="process-state1"></transition>
> </start-state>
> <process-state name="process-state1">
> <sub-process name="test-name"/>
> <transition to="end-state1"></transition>
> </process-state>
> <end-state name="end-state1"></end-state>
> </process-definition>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list