Accenture / sfmc-devtools-copado

SFMC DevTools made easy using Copado Multi-Cloud's webinterface
MIT License
8 stars 2 forks source link

[FEATURE] filter event messages by result id / job step id #200

Closed JoernBerkefeld closed 2 years ago

JoernBerkefeld commented 2 years ago

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

JoernBerkefeld commented 2 years ago

Duplicate of #191

JoernBerkefeld commented 2 years ago

Duplicate of #299