What is the difference between And Or Xor Gateways?

Anybody Can Explain?

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Hi Tiru !

    More Details you can find here regarding Gateways.
    docs.appian.com/.../Gateways.html

    AND :

    College Chairman wants to Apply for the Accreditation to one department like Computer Science. Regarding this chairman asked College Principal and concerned Head of the department to review the Accreditation Application and send it to him, so that he can submit to the Government. In this case the document should be reviewed by HOD and Principal. So, we can have two review paths one for HOD and the other for Principal, which can be split by 'and'. Both the paths are needed to be completed before we proceed further, so we can use 'and' gateway here.
    In a one line : AND : Execute multiple tasks in parallel.

    OR
    OR gateway directs incoming flows to one of many possible output paths based on the condition you put.

    XOR
    This node allows one incoming path to continue, while executing any others.

    COMPLEX :
    this node allows you to selectively accept/restrict incoming paths and evaluate rules to determine outgoing paths.

    Thanks,
    Ravi.
Reply
  • 0
    Certified Lead Developer
    Hi Tiru !

    More Details you can find here regarding Gateways.
    docs.appian.com/.../Gateways.html

    AND :

    College Chairman wants to Apply for the Accreditation to one department like Computer Science. Regarding this chairman asked College Principal and concerned Head of the department to review the Accreditation Application and send it to him, so that he can submit to the Government. In this case the document should be reviewed by HOD and Principal. So, we can have two review paths one for HOD and the other for Principal, which can be split by 'and'. Both the paths are needed to be completed before we proceed further, so we can use 'and' gateway here.
    In a one line : AND : Execute multiple tasks in parallel.

    OR
    OR gateway directs incoming flows to one of many possible output paths based on the condition you put.

    XOR
    This node allows one incoming path to continue, while executing any others.

    COMPLEX :
    this node allows you to selectively accept/restrict incoming paths and evaluate rules to determine outgoing paths.

    Thanks,
    Ravi.
Children
No Data