WF4 - Display workflow design in asp.net and highlight an activity
        Posted  
        
            by jikan_the_useless
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by jikan_the_useless
        
        
        
        Published on 2010-05-08T08:12:31Z
        Indexed on 
            2010/05/08
            8:18 UTC
        
        
        Read the original article
        Hit count: 641
        
i need to display current status of a document approval workflow task in asp.net web page with a specific activity highlighted.
i have seen the visual workflow tracker example (in wf&wcf samples) but i have two issues,
1-i have to render workflow in asp.net not in a wpf app.
2-i don't need to display current status with workflow running, all activities that need to highlighted are the one that require user input. e.g. "waiting for approval from department head" etc. 
if i could just convert the workflow xaml to jpg after highlighting a specific activity by activity id that created a bookmark and waiting to resume the bookmark it would do the work.
© Stack Overflow or respective owner