You are viewing limited content. For full access, please sign in.

Question

Question

Difference Between Skip and Interrupt?

asked on January 31, 2020

In Forms 10.4.2 you can now select to Skip or Interrupt an activity. I know that you cannot use Interrupt on a Gateway, but besides that what is the difference between the two?

0 0

Replies

replied on February 2, 2020

The difference between interrupt and skip is: after skip a step, the instance will always go to the next step; after interrupt a step, the instance won't go to the next step, it will treat the interrupted step as an end step, if the step is the only active step in the instance, the instance will become completed. The purpose interrupt is added is to solve following situation: If "User Task 1" is completed and "Parallel Gateway (1)" is skipped, the instance run to "User Task 3" but "User Task 2" is still in progress, if user skip  "User Task 2", the instance will run to "Parallel Gateway (1)" again, and if user skip "Parallel Gateway (1)" again, the instance will run to "User Task 3" again, this will make "User Task 3" execute multiple times. To avoid this issue, user should interrupt "User Task" instead, then the instance won't go to "Parallel Gateway (1)" again and "User Task 3" will only be executed one time.

3 0
replied on February 3, 2020

Thank you for the thorough explanation. Can something like that be added to the help files please?

2 0
replied on February 3, 2020

We will update the help files . 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.