Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface WorkflowSpaceState

State shape for the Workflow Space.

Hierarchy

  • WorkflowSpaceState

Index

Properties

activeWorkflowId: string

Currently selected/viewed workflow instance ID

isLoading: boolean

Loading state for workflow operations

isOpen: boolean

Whether the workflow space container is visible

workflows: Record<string, WorkflowInstance>

Map of all active workflow instances by instanceId

Generated using TypeDoc