cancel
Showing results for 
Search instead for 
Did you mean: 

How to complete process in between of running process

amruta_w
Star Collaborator
Star Collaborator

Hello,

I have created two processes namely "main process" and "child process".

In "main process" i am calling the "child process" using call activity sub process, my question is i want to skip the child process task and perform the next task how can i do this in ADF?

Here i have attached my app for reference.

Kindly anyone help me in this.

Regards

Amruta Wandakar

1 ACCEPTED ANSWER

What you can do is to add a exclusive gateway. The condition could be based on a form field value from a previous form or a process variable. The child process will look like this

I hope this helps.

View answer in original post

5 REPLIES 5

rupeshsawaliya
Star Contributor
Star Contributor

Hi,

I think you should use conditional sequence flow.

Check this link Activiti User Guide  it should be helpful.

Regards,

Rupesh Sawaliya

EnProwess : Portal | Liferay | ECM | Alfresco | Mobile 

rupeshsawaliya _‌ i have gone through the link earlier i'm not getting how can i do that.

What you can do is to add a exclusive gateway. The condition could be based on a form field value from a previous form or a process variable. The child process will look like this

I hope this helps.

I will try with this solution thank you.

Thank you the solution worked.