[jboss-jira] [JBoss JIRA] Created: (JBPM-691) Decision class does not allow setting of Decision Delegation

Chris OBrien (JIRA) jira-events at jboss.com
Tue Jul 11 09:42:11 EDT 2006


Decision class does not allow setting of Decision Delegation
------------------------------------------------------------

                 Key: JBPM-691
                 URL: http://jira.jboss.com/jira/browse/JBPM-691
             Project: JBoss jBPM
          Issue Type: Feature Request
          Components: Core Engine
    Affects Versions: jBPM 3.1.1
         Environment: Windows XP
MySQL
WSAD 5.1.2
            Reporter: Chris OBrien
         Assigned To: Tom Baeyens


In programmatically creating/manipulating a process definition, one cannot specify a Decision Delegation on a Decision node.

The Decision class just needs a method like:

  public void setDecisionDelegation( Delegation del ) {
	  this.decisionDelegation = del;
  }

I have added this to my install, and it allows me to programmatically change the process definition to define the handler.

-- 
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

        



More information about the jboss-jira mailing list