[jboss-jira] [JBoss JIRA] Created: (JBPM-808) Conditional tasks

Gavin King (JIRA) jira-events at jboss.com
Mon Dec 18 14:43:39 EST 2006


Conditional tasks
-----------------

                 Key: JBPM-808
                 URL: http://jira.jboss.com/jira/browse/JBPM-808
             Project: JBoss jBPM
          Issue Type: Feature Request
          Components: Core Engine
            Reporter: Gavin King
         Assigned To: Tom Baeyens


Sometimes you want to be able to create tasks conditionally, ie:

<task-node>
   <task name="....">
       ...
    </task>
   <task name="approve" if="#{order.total>1000}">
        ...
   </task>
</task-node>

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