开发者

Windows Workflow Foundation - get list of executed activities?

开发者 https://www.devze.com 2023-02-10 21:37 出处:网络
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 tes

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消