as of now we are showing all messages in the event channel, which can lead to the retrieveTable page showing parallel running commit or deploys.
we will need to write an apex getter based on having the job execution id that returns either the result id or the job id.
with that, we could then use response.data.payload.copado__Topic_Uri__c which, for updates always has this format:
"/events/copado/v1/step-monitor/"+ resulted
mcdo_RetrieveTable.js > subscribeToCompletionEvent() needs to be updated with that filter
as of now we are showing all messages in the event channel, which can lead to the retrieveTable page showing parallel running commit or deploys. we will need to write an apex getter based on having the job execution id that returns either the result id or the job id. with that, we could then use
response.data.payload.copado__Topic_Uri__c
which, for updates always has this format:"/events/copado/v1/step-monitor/"+ resulted
mcdo_RetrieveTable.js > subscribeToCompletionEvent() needs to be updated with that filter