Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt

Use this file to discover all available pages before exploring further.

The Swim Lane Diagrams page lists all workflow diagrams for your organization and provides entry points to create new diagrams, import BPMN files, and browse diagram templates. It is reached at /platform/workflows/diagrams.

Overview

The page renders a data table of all diagrams owned by the organization, showing title, source type, status, version, and timestamps. From the header, users can:
  • New Diagram — opens a guided creation wizard (CreateDiagramWizard).
  • Import BPMN — opens ImportBpmnDialog to upload a .bpmn file.
  • Browse Templates — navigates to /platform/workflows/diagrams/templates.
  • Generate from Policy / Procedure — AI-assisted dialogs (GenerateFromPolicyDialog, GenerateFromProcedureDialog).
Clicking a diagram row navigates to the builder at /platform/workflows/diagrams/:id.

Who it’s for

Requires pf.swim-lane-diagrams.view (route guard). Creating diagrams additionally requires pf.swim-lane-diagrams.create.

Before you start

  • No prerequisites for viewing; your organization’s diagrams load automatically.
  • Creating diagrams requires pf.swim-lane-diagrams.create.

Steps

  1. Navigate to Platform → Workflows → Diagrams (/platform/workflows/diagrams).
  2. Browse the table of existing diagrams.
  3. Click a diagram row to open it in the builder.
  4. To create a new diagram, click New Diagram and follow the wizard.
  5. To use a pre-built template, click Browse Templates.

Key concepts

Source type — indicates how the diagram was created: manually, via BPMN import, or via AI generation. Version — each diagram tracks a version number, incremented on publish.

Platform Foundation

Platform Foundation overview.

Governance & parity

This page documents shipped product behavior. It is not medical, legal, or billing advice. Verify against your organization’s policies and applicable regulations before using it for clinical, compliance, or billing decisions. Protected health information (PHI) shown in the product is governed by your tenant’s access controls and is never exposed in this documentation.
  • src/routes/platform.tsx
  • src/platform/workflow/pages/SwimLaneDiagramListPage.tsx
  • src/platform/workflow/hooks/useSwimLaneDiagramList.ts