Hi guys,
I am trying to delete old active process instances by using a send/receive message event.
This is the parent process which fetches old instance ids and sends the message to those active instances
Here i have defined a process uuid property which captures the uuid of the process model
In the receive message event, I have applied the condition if the uuid matches the specific value
The issue i have is the messages are sent successfully, however it's not being received because of the condition.
It worked fine when I used the processModelId property. Since it changes in every environment, i want to use uuid. What am I doing wrong in this configuration?
Discussion posts and replies are publicly visible
Hey ankitab9857 are you trying to achieve above use case with send and receive message events only ?