Rule Event in exception tab not working

Certified Senior Developer

Hi All

I am using rule event in the exception tab of call integration smart service, I want the exception flow to be triggered if the integration fails.

In rule event i added one condition if success = false then exception flow will trigger.

It is going to exception flow but also flow going to the next node.

So i want flow only go to the exception flow rather than next node.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to yogeshc
    i want to know can we do this through exception tab

    This use case is not what exception flows are for.  Generally an exception flow will be used on a node that persists for a while (in other words, an attended node, usually a User Input Task) - the rule would monitor for a certain value to be reached and then proceed when that condition is matched.  In your case though, the value you're monitoring is one of the values set by the completion of the node you're trying to monitor it from (plus, the node is not attended and will not persist for any particular amount of time).  Thus the use case is not matched well at all.

Children