Windows Workflow Foundation - get list of executed activities?
Is there a way to get the list of executed activites in a 开发者_运维百科windows workflow? I have one that has several paths, and i want to access from outside after they've been executed (from a test) which activities where executed, but i don't find anything that has that. Does it exist? thanks!
Create your own TrackingParticipant and you can see what is executing in your workflow.
精彩评论