[jboss-user] [jBPM] - Cycling between 2 tasks

Jaber C. Mourad do-not-reply at jboss.com
Thu Oct 7 04:53:34 EDT 2010


Jaber C. Mourad [http://community.jboss.org/people/newbeewan] created the discussion

"Cycling between 2 tasks"

To view the discussion, visit: http://community.jboss.org/message/565293#565293

--------------------------------------------------------------
Hi,

I need to implement a process with a possible cycle :
task A is validate -> task B
but we want to go again to the task A form a transition from the task B...

I have created the process like that :

<start name="start1" g="119,16,48,48">
      <transition name="to fill_form" to="fill_form" g="-87,-24"/>
</start>
<task name="fill_form" g="97,96,92,52" form="the_form">
      <transition name="to_manager_acceptance" to="manager_acceptance" g="-137,-24"/>
   </task>
   <task name="manager_acceptance" g="97,96,92,52" form="acceptance_form">
      <transition name="to_form_validation" to="final_validation"/>
      <transition name="form_more_info" to="fill_form"/>
      <transition name="form_cancel" to="cancel1"/>
   </task>


Is it possible to make that ?

Regards
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/565293#565293]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20101007/b9b3387a/attachment.html 


More information about the jboss-user mailing list