How to complete process in between of running process

cancel
Showing results for 
Search instead for 
Did you mean: 
amruta_w
Senior Member

How to complete process in between of running process

Jump to solution

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 Solution

Accepted Solutions
bassam_al-saror
Alfresco Employee

Re: How to complete process in between of running process

Jump to solution

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 solution in original post

5 Replies
rupeshsawaliya
Established Member

Re: How to complete process in between of running process

Jump to solution

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 

amruta_w
Senior Member

Re: How to complete process in between of running process

Jump to solution

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

bassam_al-saror
Alfresco Employee

Re: How to complete process in between of running process

Jump to solution

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.

amruta_w
Senior Member

Re: How to complete process in between of running process

Jump to solution

I will try with this solution thank you.

amruta_w
Senior Member

Re: How to complete process in between of running process

Jump to solution

Thank you the solution worked.