I have a wcf service that is hosted in IIS. This service launches some workflows that are dynamically loaded from the db. This is not a WF Service hosted in IIS ( no .xamlx extension).
The WCF service itself is being monitored by AppFabric monitoring, is it possible to write a custom tracking participant that logs my custom tracking data to app fabric WF tracking ?
can someone point out any resources or samples that do this ?