Skip to main content
March 16, 2021
Question

On Calling Two rules simultaneously in Process Model

  • March 16, 2021
  • 3 replies
  • 0 views

Hi All,

Could someone please help me on below?

Ques: How can two rules be called in Process Model simultaneously?

Thanks

Faisal

    3 replies

    stefanhelzle0001
    Brainy
    March 16, 2021

    To execute two activities in a process you use a AND node. See https://docs.appian.com/suite/help/21.1/AND_Node.html

    Out of curiosity, what do you want to achieve?

    March 16, 2021

    Thank you Stefan.

    I want to call two integrations and their outputs are independent of each other but want to call them simultaneously in PM.

    Thanks

    Faisal

    stefanhelzle0001
    Brainy
    March 16, 2021

    OK. If there is no real need to run these in parallel I would not do it. And by need, I mean a business need. In Appian you typically do not do this kind of technical optimizations as you would do in other programming languages.