Missing trace logs in custom workflow activity for Real-Time workflow
问题 I've written a custom workflow activity against CRM 2013. You don't need to understand what it does. The problem I have is that despite instantiating the ITracingService , any tracing content that I generate using the Trace(...) method is obfuscated at runtime for real-time workflows only . In other words, if I run my workflow asynchronously and (deliberately) throw an Exception, I get to see the trace log in the corresponding system job record. If I simply switch the workflow to be "real