[jboss-jira] [JBoss JIRA] Commented: (JBPM-733) late binding for sub processes

Arjan van Bentem (JIRA) jira-events at lists.jboss.org
Tue Feb 27 04:42:35 EST 2007


    [ http://jira.jboss.com/jira/browse/JBPM-733?page=comments#action_12354407 ] 
            
Arjan van Bentem commented on JBPM-733:
---------------------------------------

As it took me some time to figger out how to actually activate this new late binding, just for those who need to use it as well: upon deployment ProcessState checks the attribute "binding". Set it to "late" to get late binding (which should also show some specific text in debug logs):

   <process-state name="My sub">
      <sub-process name="my-sub-process" binding="late"/>   
      <transition name="" to="Some other node"></transition>
   </process-state>


> late binding for sub processes
> ------------------------------
>
>                 Key: JBPM-733
>                 URL: http://jira.jboss.com/jira/browse/JBPM-733
>             Project: JBoss jBPM
>          Issue Type: Feature Request
>          Components: Core Engine
>            Reporter: Tom Baeyens
>         Assigned To: Tom Baeyens
>             Fix For: jBPM jPDL 3.2 alpha 2
>
>
> see forum topic

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