Table of Contents

Method ExportGraph

Namespace
Millrace.Workflows
Assembly
Millrace.dll

ExportGraph(JsonSerializerOptions?)

The graph as JSON. Deliberately the whole export surface: everything a renderer needs, and nothing that would tie it to this process.

public string ExportGraph(JsonSerializerOptions? options = null)

Parameters

options JsonSerializerOptions

Returns

string