[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-2155) @CreateProcess

Flavio Crispim (JIRA) jira-events at lists.jboss.org
Wed Oct 24 17:48:11 EDT 2007


@CreateProcess
--------------

                 Key: JBSEAM-2155
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-2155
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: BPM
    Affects Versions: 2.0.x
         Environment: All
            Reporter: Flavio Crispim


I´m using business process that have compatibilty between them, but they´re not the same. For example, I have two business process
and both of them have the same task´s, but one have some task´s in paralel (using fork and join) and the another process is basically sequential.

We choose from one process or another using the product our customers purchased, so I´m looking for an solution to do that, but the 
@CreateProcces annotation doesn´t allow this approach.
Now I´m relying on create the business process myself setting the business variables on the Business context and them calling the BusinessProcess.createProcess method to Workaround.

I was looking for a sollution to create the process dinamically using something like the CreateProccess annotation, but @CreateProcess annotation 
isn´t flexible enouth in order to Create diferent business process, whose have diferent names.
In my case I want to create a process using a request parameter or using some EL, same as it does to businessKey used in CreateProcess annotation.

-- 
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 seam-issues mailing list