Hi I'm developing a WinForms without WPF that is hosting a Workflow, i can run the workflow under many objects, but when someone clicks over an object I want to show how the execution of the workflow happened, the workflow is a long Sequential Workflow that verifies the attributes of the object and returns a Classification of the object passed as a parameter
please advice or help i was using the WorkflowDesignerControl provided by Microsoft in WF Samples to load the workflow but I cannot show the steps of the execution (Execution Path ) if someone has an idea or some code available please provide some guides, thank you RAUL
