workflow : if closed skipped is selected dont create subsequent task should not be created

vahini
Giga Guru

Hi All , 

I have a request regarding workflow . 

For the below workflow if Task 2 is  'closed skipped or closed Incomplete' then next task should not be created and  workflow should skip task 3 and 4 and go to Join activity and wait for Task 1 . when task 1 is done then RITM should be marked as closed complete and go to END . 

Similarly if task 3 is 'closed skipped or closed Incomplete'  then task 4 should not be created and go to Join activity and wait for Task 1 . when task 1 is done then RITM should be marked as closed complete and go to END . 

 

How do i deal with this situation ?  

 

Here is what i tried : 

I tried adding condition in the task activity  like if  ' activity.result == 3; '  then go to next task

if  activity.result == 7;  ( closed skipped ) or   activity.result == 4;  (closed incomplete)  then skip next task and go to Join and wait for Tsk 1  . 

if task 2 is skipped and workflow goes to Join and wait for Task 1 , even if task 1 is finished , RITM state is still open because join is waiting for task 3 and task 4 since there is a connection to join from 3 and 4 . so join is waiting for response from 3 and 4 i think . 

 

 

 

 

1 ACCEPTED SOLUTION

Hi,

If my reply resolved your issue, please mark it as Correct, as well.

If my reply did not resolve your issue, let me know if you need any assistance.

Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

View solution in original post

2 REPLIES 2

Allen Andreas
Administrator
Administrator

Hello,

The join has two results, complete or incomplete...you removed one...

Please recreate the Join activity, and then drag both lines to the next activity for it to finish.

Please mark reply as Helpful/Correct, if applicable. Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

Hi,

If my reply resolved your issue, please mark it as Correct, as well.

If my reply did not resolve your issue, let me know if you need any assistance.

Thanks!


Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!