Version: Bizagi Xpress 9.1.2.1020
Situation:
There are two processes, SendPayment and ReceivePayment
The end of SendPayment needs to start ReceivePayment
SendPayment's MessageEnd event has the same name as ReceivePayment's MessageStart event
SendPayment's MessageEnd event is configured to sync with ReceivePayment's MessageStart event
SendPayment correctly instantiates a new ReceivePayment process
Problem:
Xpath button disabled on Configure message form.
The details created during the SendPayment process are not visible to the ReceivePament process.
How can I manually configure the xpath of a MessageEnd event (as per the Configure Message form) so that my receiving process/task knows which case it is receiving? The wiki example and youtube video are of no help as the Xpath button is disabled.