Skip to main content
April 24, 2022
Solved

Process Model

  • April 24, 2022
  • 3 replies
  • 0 views

Hi,

I have a process model, like the below attached screen shot.

I have taken a "OR" gateway and based on the PV variable value, I need to achieve required activities.

Now, the issue which I am facing is, even though I am setting "activity chaining", my process getting stopped at OR node itself.

Any idea what to do here.

    Best answer by nareshs945

    Hi,

    You are using OR condition, This won't satisfy your case. Use XOR condition, since your workflow always have a single outgoing path.

    Review Appian Documentation to see how Appian Gateways will work  https://docs.appian.com/suite/help/22.1/Gateways.html

    3 replies

    April 24, 2022

    Hi,

    You are using OR condition, This won't satisfy your case. Use XOR condition, since your workflow always have a single outgoing path.

    Review Appian Documentation to see how Appian Gateways will work  https://docs.appian.com/suite/help/22.1/Gateways.html

    vikashk739
    April 25, 2022

    Hi, I do agree with Naresh. In future if you are configuring OR gateway, try configuring like =contains(pv!opinionReviewOption,"AIR") and so on

    April 25, 2022

    Thanks