[jbossseam-issues] [JBoss JIRA] Updated: (JBSEAM-2155) Allow EL in @CreateProcess defintion

Pete Muir (JIRA) jira-events at lists.jboss.org
Thu Oct 25 10:25:01 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBSEAM-2155?page=all ]

Pete Muir updated JBSEAM-2155:
------------------------------

              Summary: Allow EL in @CreateProcess defintion   (was: @CreateProcess)
    Affects Version/s: 2.0.0.CR2
                           (was: 2.0.x)
          Description: i.e. @CreateProcess(defintion=#{fooProcess}")  (was: 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.)
             Priority: Minor  (was: Major)

> Allow EL in @CreateProcess defintion 
> -------------------------------------
>
>                 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.0.CR2
>         Environment: All
>            Reporter: Flavio Crispim
>            Priority: Minor
>
> i.e. @CreateProcess(defintion=#{fooProcess}")

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