You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: