WorkflowVisualizer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides visualization utilities for workflows using Graphviz DOT format.
public static class WorkflowVisualizer
type WorkflowVisualizer = class
Public Module WorkflowVisualizer
- Inheritance
-
WorkflowVisualizer
Methods
| Name | Description |
|---|---|
| ToDotString(Workflow) |
Export the workflow as a DOT format digraph string. |
| ToMermaidString(Workflow) |
Converts the specified Workflow into a Mermaid.js diagram representation. |