Recently I started testing the 'ITracingService' for the CRM 2013 plugins and custom workflows. I discovered that the tracing information would be displayed on:
- Asynchronous Plugin: Visible on 'Settings > System Jobs';
- Synchronous Plugin: Visible through the exception dialog;
- Asynchronous Workflow: Visible on 'Settings > System Jobs' or 'Background Processes' of the associated record;
- Synchronous Workflow: NOWHERE TO BE SEEN....
Although on this other thread it is stated that this info may be found on the 'corresponding workflow designer', it only shows the exception message, i.e., the trace log is not present.
Simply put my question is: "Where can I find the tracing log from a synchronous custom workflow activity?"