You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.
In the visualization of my state machine, text describing state names and actions is being truncated. For example:
A state named policyOutcomeComponentState displays as policyOutcomeComponen...
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
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.
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
When visualizing a state named policyOutcomeComponentState, the state machine visualization shows a truncated state name (policyOutcomeComponen...)
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:
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!
The text was updated successfully, but these errors were encountered:
Description
In the visualization of my state machine, text describing state names and actions is being truncated. For example:
policyOutcomeComponentState
displays aspolicyOutcomeComponen...
POLICY
event that assignspolicyId
andpolicyUrl
values in the context, only displaysDO / 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
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.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
When visualizing a state named
policyOutcomeComponentState
, the state machine visualization shows a truncated state name (policyOutcomeComponen...
)When visualizing an action with multiple assignments (
policyId
andpolicyUrl
), the state machine visualization truncates the text in the assignment action showing onlyDO / assign policyId, p...
Reproduction
Snippet from larger state machine:
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!
The text was updated successfully, but these errors were encountered: