.NET 4.0 中的 Workflow Foundation 跟踪执行情况
请帮忙,我正在 .NET 4.0 下的 Windows Workflow Foundation 中开发 POC,我必须在其中拥有良好/有趣的功能。尝试跟踪工作流程执行(直观地告知已完成/待处理的活动)。我无法获得正确的链接。
示例或链接会非常有帮助。
谢谢
Please help, i am developing a POC in Windows Workflow Foundation under .NET 4.0, i have to have good/interesting features in this. Trying to put tracking of the workflow execution (which tells visually about the completion/pending activities). i am unable to get the right link.
Samples or links would be very helpful.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
EtwTrackingParticipant 将允许您跟踪事件并将它们放入 Windows 事件日志中。当您在 IIS7 或更高版本中托管工作流时,您还可以使用 AppFabric 来监视工作流执行情况。如果您基于 TrackingParticipant 创建自己的,那么您可以按照您喜欢的方式跟踪它。
The EtwTrackingParticipant will let you track events and put them in the Windows event log. When you are hosting your workflows in IIS7 or above you can also use the AppFabric to monitor workflow execution. If you create your own based on TrackingParticipant tou can track it any way you like.