Skip to main content
March 13, 2024
Question

List of process models receiving emails

  • March 13, 2024
  • 2 replies
  • 0 views

Is there any way to get list of all process models having receive email event???

    2 replies

    davidj137213
    March 13, 2024

    I think thtat the only way to do this, is exporting the App, open the xml files inside the zip generated, and make a search

    stewart.burchell
    March 13, 2024

    Nothing in Designer that I'm aware of. You could export all of your process models and then search through the XML files for the relevant tag:

    Looks like the

    <messageType>
    <![CDATA[ Email ]]>
    </messageType>
    is what you're looking for.