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

Tom Baeyens (JIRA) jira-events at jboss.com
Thu Dec 28 04:05:39 EST 2006


    [ http://jira.jboss.com/jira/browse/JBPM-808?page=comments#action_12349366 ] 
            
Tom Baeyens commented on JBPM-808:
----------------------------------

if you have 4 conditional tasks in one node, that would result in a lot of forks/decisions/task-nodes and joins...  so this is more convenient.

so basically it is about adding more convenience.

> 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
>             Fix For: jBPM 3.2 beta 1
>
>
> 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