Skip to content

Workflow Views

Each workflow has several focused views.

Detail View

The standard workflow view shows:

  • state counts
  • active vs terminal totals
  • recent transitions
  • pending timeouts

Matrix View

The matrix view groups records by:

  • current state
  • approximate time spent in state

This is helpful for spotting:

  • bottlenecks
  • aging work
  • stuck records

Designer View

The designer view combines:

  • Mermaid diagram rendering
  • structured state metadata
  • transition listing

This is useful during definition review and demos.

Released under the MIT License.