[jboss-jira] [JBoss JIRA] Updated: (JBRULES-1900) Task parent/child relationships support

Mauricio Salatino (JIRA) jira-events at lists.jboss.org
Tue Dec 23 12:55:54 EST 2008


     [ https://jira.jboss.org/jira/browse/JBRULES-1900?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mauricio Salatino updated JBRULES-1900:
---------------------------------------

    Attachment: ParentChildRelationships.rar


this is the 33% of the work.. I post it here to share the first steps.
Until now we can do the following things:
- Create a sub task 
- Add the relationship with the parent task with the ParentId parameter (TaskData.parentId)
- We can query the sub task filtered by the parentId (orm.xml named queries and commands)
- We can complete the task and the sub taks using the complete method

Things that i have coded but not tested and are not in this rar are:
- Sub task politics to abort all subtask when the parent task is aborted
- End the parent task when all the subtask are ended




> Task parent/child relationships support
> ---------------------------------------
>
>                 Key: JBRULES-1900
>                 URL: https://jira.jboss.org/jira/browse/JBRULES-1900
>             Project: JBoss Drools
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: drools-core (flow)
>    Affects Versions: 5.0.0.M1,  5.0.0.M2, 5.0.0.M3
>            Reporter: Mauricio Salatino
>            Assignee: Mauricio Salatino
>         Attachments: ParentChildRelationships.rar
>
>
> Support  for nested task inside a task in a ruleflow process. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list