cancel
Showing results for 
Search instead for 
Did you mean: 

Bypass work item execution

Former Member
0 Kudos

Hi,

i want to bypass work item execution if certain condition does not meet. I will have a Create Work item condition and if this doesn't meet i want to move to next item. Is it possible. please advise.

Thank you

Accepted Solutions (0)

Answers (1)

Answers (1)

egor_malov
Contributor

Hi, Sudhanshu,

I think it should be possible with 'Complete Work Item' condition:

Former Member
0 Kudos

Hello Egor, i don't want to complete it actually. If certain condition doesn't meet i just want to skip to next work item.

egor_malov
Contributor

Sudhanshu, then you can create a condition block and put your step on the 'positive' branch (the one that is taken when the condition is true)

Former Member
0 Kudos

Hello Egor,

yes, thats the option im using already. Since number of condition are more, i just thought if i could avoid conditions if there is any way to jump to succeeding work item.

Thank you

Former Member

Egors answer is excellent, as the workflow-runtime does skip the execution, when the condition "complete workitem" is met upon creation. It is just logged as being completed in the workflow protocol. I've used it in the past and its a very nice feature.