[JBoss JIRA] Created: (GPD-9) save deployment options
by Brice Ruth (JIRA)
save deployment options
-----------------------
Key: GPD-9
URL: http://jira.jboss.com/jira/browse/GPD-9
Project: JBoss jBPM GPD
Issue Type: Feature Request
Affects Versions: 3.0.11
Reporter: Brice Ruth
Assigned To: Koen Aers
The current jBPM Process Designer plugin for Eclipse does not save deployment settings for a process definition. It would be useful to set remote deploy settings as a workspace preference (host/port/path). Then, what files are to be deployed (gpd.xml, processdefinition.xml, processimage.xml, src files, etc.) should be saved per process, and stored as part of the project/process files (whichever, just not in .metadata, so it can be committed to CVS and shared by a team).
JBoss Support Case: 00012512
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (GPD-33) remember the previous form generation data fields
by Koen Aers (JIRA)
remember the previous form generation data fields
-------------------------------------------------
Key: GPD-33
URL: http://jira.jboss.com/jira/browse/GPD-33
Project: JBoss jBPM GPD
Issue Type: Feature Request
Components: jpdl
Affects Versions: jBPM JPDL Designer 3.1.0 alpha1
Reporter: Koen Aers
Assigned To: Koen Aers
Fix For: jBPM JPDL Designer 3.1.0.alpha3
In the form generation, we currently start from the data entered in the task controller (if any)
Whenever a form is generated, I would like the form generation data to be stored in the gpd.xml. Then, whenever the user does a second generation, the taskform generation form is prefilled with the previous data instead of starting from the controller data again.
The motivation for this is that mostly people will not have controllers. Then if they have 5 data items to display and collect, it takes a lot of clicking. Users don't want to redo this effort for every little change they want to make to the form (additions and removals of fields).
I think users should be able to live with the fact that controller data items are not kept automatically in sync with the task form data items.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (GPD-20) refactor naming strategy
by Koen Aers (JIRA)
refactor naming strategy
------------------------
Key: GPD-20
URL: http://jira.jboss.com/jira/browse/GPD-20
Project: JBoss jBPM GPD
Issue Type: Task
Components: jpdl
Affects Versions: jBPM JPDL Designer 3.1.0 alpha1
Reporter: Koen Aers
Assigned To: Koen Aers
Fix For: jBPM JPDL Designer 3.1.0.alpha3
1) generate default node names when nodes are created: {node1, node2, ...}. use this naming strategy for each node type.
2) do not generate a node name for the start-state. users should be able to give the start-state a name, though.
3) use the following naming strategy for end states: {end, end2, end3, end4, ...}
4) do not generate names for transitions. the problem reporting should generate warnings if a node-type requires named nodes. the correlation between the graphical information and the processdefinition.xml will be done based on the position (index), rather then on the name.
5) disallow slashes in names in a process definition (nodes, transitions, process definition, actions, ...) Because slashes will be used as a separator in hierarchical names. We should also investigate if it would be useful to specify a strict set of chars that can be used like e.g. 0-9,a-z,A-Z,space,dot
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months
[JBoss JIRA] Created: (GPD-31) Make sure all tasks in a process definition have a unique name
by Koen Aers (JIRA)
Make sure all tasks in a process definition have a unique name
--------------------------------------------------------------
Key: GPD-31
URL: http://jira.jboss.com/jira/browse/GPD-31
Project: JBoss jBPM GPD
Issue Type: Task
Components: jpdl
Affects Versions: jBPM JPDL Designer 3.1.0 alpha1
Reporter: Koen Aers
Assigned To: Koen Aers
Fix For: jBPM JPDL Designer 3.1.0.alpha3
When retrieving all tasks from a process definition like so:
processDefinition.getTaskMgmtDefinition().getTasks()
it returns a MAP of tasks, keyed by task name. This is a problem if two tasks anywhere in the same process definition have the same name.
By default, the GPD creates all tasks as "task1" when it is the first task on a task node. If none of these were renamed, you would only get a single task when trying to get all of them for the process definition.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 2 months