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 atDocumentation Index
Fetch the complete documentation index at: https://docs.encoreos.io/llms.txt
Use this file to discover all available pages before exploring further.
/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
ImportBpmnDialogto upload a.bpmnfile. - Browse Templates — navigates to
/platform/workflows/diagrams/templates. - Generate from Policy / Procedure — AI-assisted dialogs (
GenerateFromPolicyDialog,GenerateFromProcedureDialog).
/platform/workflows/diagrams/:id.
Who it’s for
Requirespf.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
- Navigate to Platform → Workflows → Diagrams (
/platform/workflows/diagrams). - Browse the table of existing diagrams.
- Click a diagram row to open it in the builder.
- To create a new diagram, click New Diagram and follow the wizard.
- 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.Related
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.
Documentation sources
Documentation sources
- src/routes/platform.tsx
- src/platform/workflow/pages/SwimLaneDiagramListPage.tsx
- src/platform/workflow/hooks/useSwimLaneDiagramList.ts