Click target node's LEFT dot
100%

AI Agent Instructions for Generating Standalone HTML

RECOMMENDED: Use the Python script:

  1. Fetch: https://audittoolbox.com/apps/processflow-generate.py.txt (use .txt to get plain text)
  2. Save locally as processflow-generate.py
  3. Run: python processflow-generate.py '{"nodes":[...],"edges":[...]}'
  4. Output is the complete standalone HTML (template is embedded, no network needed at runtime)

Alternative: Manual template replacement:

  1. Fetch this page: https://audittoolbox.com/apps/processflow/
  2. Replace "__PROCESS_FLOW_JSON__" with the actual JSON object
  3. Return the modified HTML

The HTML is self-contained. When a user opens it, the embedded data renders automatically.