Hi guys, Just a quick one, if we have a Send Message event and it has

A Score Level 1
Hi guys,

Just a quick one, if we have a Send Message event and it has specified a message destination, how can we know which process model this destination node is within?

Thanks,
Caroline

OriginalPostID-149523

OriginalPostID-149523

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    In the past I have had to either just start the message node to see what process model gets launched in the process tab or download the application and search the xml. In the xml of the origin process model you can grab the first half (everything before the @) of the mapping labeled "DestinationEventPersistentID" and search for this id in the xml process model folder, your results should include the destination process model xml files.
Reply
  • 0
    Certified Lead Developer
    In the past I have had to either just start the message node to see what process model gets launched in the process tab or download the application and search the xml. In the xml of the origin process model you can grab the first half (everything before the @) of the mapping labeled "DestinationEventPersistentID" and search for this id in the xml process model folder, your results should include the destination process model xml files.
Children
No Data