Skip to main content
Nintex Community Menu Bar

Re-create task from child workflow to parent workflow

  • August 25, 2017
  • 1 reply
  • 7 views

Forum|alt.badge.img+6

Hi,

 

I have one parent workflow which is calling a child workflow through IPC event. Now in child workflow, one task is being is created for action. If the task outcome is rejected, a new task should be re-created for the one who approved the task in parent workflow.

 

I hope I made the requirement clear, please do let me know if you need more inputs. Any thoughts, ideas would be highly appreciated.

 

Regards,

Ram

 

16147i0D665175FC7D5B01.png


13916iA508999A9F06AF02.png

1 reply

Forum|alt.badge.img+9
  • Scholar
  • August 25, 2017

Hello RamKumar,

 

- You can create flag variables in parent and child process to check failed or pass in the child process.

- Create synchronous IPC event. 

- Configure IPC event to send back the flag variable value back to the parent process flag variable from the child process. 

- On line rule, check if the flag value is pass or fail in the parent.

- Go to specific activity based up on flag variable value in parent

 

Please find the attachment for visual representation.