Any API support childProcess goback(reject/cancel) to parent process.

  • 21 July 2010
  • 1 reply
  • 0 views

Badge +2

hi,


Is there a API support child process go back to a node of parent process. because i need a  rollback action from child process to parent process.


 


thanks!


1 reply

Badge +5

If calling the child processes synchronously then you can send data back to the parent process when the child process completes (all through the wizard).  Have the child process set a data field in the parent process and then use a line rule that the process will follow back to the previous step if the field equals a certain value.  You could use SmartObject values here as well rather than process data fields. 

Reply