Graphical Represenation of WF in BAM

If we have a workflow with multiple branches and I’m using WF BAM Interceptor for tracking, is there any way we can display a graphical representation of workflow which indicates us the branch (path) a user has taken at run time in BAM portal or in anyother BAM tool?

[396 byte] By [UmarShareef] at [2008-2-28]
# 1

You'll have to code this yourself. You can use the Designer classes to draw out which branch executed.

Jon Flanders has some sample code as to how to host a WF, within this code you could use the Designer piece to graphically show which branch executed.

Code can be found here:

http://www.masteringbiztalk.com/wiki/default.aspx/MyWiki/Workflow%20Samples.html

HTH

DwightGoins at 2007-10-2 > top of Msdn Tech,BizTalk Server,BizTalk Interceptors...