WorkflowVisualizer.ToDotString(Workflow) Method
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.
Export the workflow as a DOT format digraph string.
public static string ToDotString(this Microsoft.Agents.AI.Workflows.Workflow workflow);
static member ToDotString : Microsoft.Agents.AI.Workflows.Workflow -> string
<Extension()>
Public Function ToDotString (workflow As Workflow) As String
Parameters
- workflow
- Workflow
Returns
A string representation of the workflow in DOT format.