@legatoacc3/workflow-view
v0.1.0-alpha.0
Published
Read-only workflow rendering package for LSFlow request tracking, audit, and runtime status views.
Readme
Workflow View
@legatoacc3/workflow-view is the planned read-only workflow rendering boundary for LSFlow.
Purpose
This package is for:
- showing the current workflow of a submitted request
- showing current node and execution path
- embedding workflow status into requester, approver, admin, or audit screens
It is intentionally narrower than the full builder.
Current State
This package is scaffolded as an extraction target.
Today it provides:
- a
WorkflowViewcomponent - read-only rendering through
@legatoacc3/workflow-canvas - a small prop surface for graph and execution metadata
It does not yet include:
- app-specific runtime fetching
- request-detail page composition
- opinionated operational layouts
Expected Dependencies
@legatoacc3/workflow-canvas- a future
@legatoacc3/workflow-api
Long-Term Direction
This package should become the reusable read-only workflow boundary for other systems that need workflow status visibility without authoring features.
