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

Question

Question

Exclusive Gateways

asked on December 13, 2017

New to Laserfiche and new to forms. I am having trouble with this gateway routing:

I have two outflows configured as:

Always terminates with this error:

Error12/13/2017 8:57:47 AM

Routing cannot be split to any subsequent branch. XPath evaluation may fail for every possible condition [LFF5408-RoutingConditionMayFail]

 

Any suggestions would be greatly appreciated.

1 0

Replies

replied on December 13, 2017

I don't see that you have a closing ).

0 0
replied on December 13, 2017

Two suggestions,

  1. You should always have one branch as the "default" so at least something will be executed.
  2. Having "!=0833 OR !=8035" will not evaluate the way you want, those should be AND conditions.

 

For example,

If you have a value of 0833, the first part is false, but the second one is true and that will cause the entire OR group to evaluate as True.

(OBJ != 0833 (FALSE) OR OBJ != 0835 (TRUE)) ==> TRUE

0 0
replied on December 13, 2017

Thanks, working perfectly.

0 0
replied on December 21, 2017

Steven,

What did your final business process look like for this gateway?

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

Sign in to reply to this post.