All process models which contain email nodes inside an application

Hi,

in an exercise, I need to check all the send email nodes inside an application.

Is there any way I can search for that.

Thanks

  Discussion posts and replies are publicly visible

Parents
  • 1) Add all the process models to an application you've created specifically for this exercise.

    2) Export the application.

    3) Unzip the application package into a directory of your choosing.

    4) Using your favorite text editor, do a "find in files" search for the string "<name><![CDATA[Send E-Mail]]></name>" against the .xml files contained in the "processModel" folder that you unzipped.

    Models that use send e-mail will contain this string.

    The friendly name of the process model can be found in the <process-name> node of each XML file

    Feel free to delete the application you created when you've finished this exercise.  It will not delete your models.

Reply
  • 1) Add all the process models to an application you've created specifically for this exercise.

    2) Export the application.

    3) Unzip the application package into a directory of your choosing.

    4) Using your favorite text editor, do a "find in files" search for the string "<name><![CDATA[Send E-Mail]]></name>" against the .xml files contained in the "processModel" folder that you unzipped.

    Models that use send e-mail will contain this string.

    The friendly name of the process model can be found in the <process-name> node of each XML file

    Feel free to delete the application you created when you've finished this exercise.  It will not delete your models.

Children
No Data