Skip to content
This repository was archived by the owner on Feb 25, 2024. It is now read-only.

Text Describing State Names and Actions are Truncated in Visualizationย #397

@shayank24

Description

@shayank24

Description

In the visualization of my state machine, text describing state names and actions is being truncated. For example:

  1. A state named policyOutcomeComponentState displays as policyOutcomeComponen...
  2. An action occurring on a POLICY event that assigns policyId and policyUrl values in the context, only displays DO / assign policyId, p...

Text truncation in the visualization is reducing readers' ability to comprehend how context and state are changing as users flow through the state machine. Visualizations should offer a display without any truncation of state names / assignment actions.

Expected Result

  1. When visualizing a state machine containing a state with a lengthy name (e.g. policyOutcomeComponentState), I expect the visualization to display the full name of the state.

  2. When visualizing an action where multiple fields are being assigned to the state machine context, I expect the visualization to show all fields that are assigned.

Actual Result

  1. When visualizing a state named policyOutcomeComponentState, the state machine visualization shows a truncated state name (policyOutcomeComponen...)

  2. When visualizing an action with multiple assignments (policyId and policyUrl), the state machine visualization truncates the text in the assignment action showing only DO / assign policyId, p...

Reproduction

Snippet from larger state machine:
image

Additional context

I am new to this visualization tool. If there is already an option to visualize the state machine without truncating any text, please help to point me in that direction. Thank you in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions