Should be usefull to hava a calculated property like TimeElapsed at Ens.MessageHeader for Interoperability messages
It will show how many seconds (ssss.mmm) this step takes
It's possible to have it by sqL, but it's usefull to have in SMP, Visual Trace, Header properties.
Example in SQL:
select top 10 mh.id, sessionid, %External(TimeCreated) as TimeCreated, SUBSTR(%External(TimeProcessed),12,12) as TimeProcessed, CAST(datediff('ms',TimeCreated, TimeProcessed)/1000 AS DECIMAL(6,3)) as timeExecution, targetconfigname, MessageBodyId
from ens.messageheader mh
Thank you for submitting the idea. The status has been changed to "Future consideration".
Stay tuned!