-
Notifications
You must be signed in to change notification settings - Fork 509
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] New workflow visualizer in the UI does not fit the whole workflow diagram and cannot be scrolled to see all of it #343
Comments
Robban1980
changed the title
New workflow visualizer in the UI does not fit the whole workflow diagram and cannot be scrolled to see all of it
[BUG] New workflow visualizer in the UI does not fit the whole workflow diagram and cannot be scrolled to see all of it
Dec 18, 2024
Was digging a bit more looks like the problem comes from the https://npm.io/package/orkes-workflow-visualizer/v/1.0.0 library that has a fixed width of the canvas set to 2000. While the height is adapting to the workflow. |
We've found this. It looks like the component should allow for horizontal and vertical scroll but doesn't honour the settings. |
Thanks for reporting. We are on it! |
najeebkp
added a commit
to najeebkp/conductor
that referenced
this issue
Dec 27, 2024
updated orkes-workflow-visualizer version to 1.0.1
8 tasks
v1r3n
added a commit
that referenced
this issue
Jan 2, 2025
[#343]fix:workflow diagram canvas width issue
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
With the implementation of the orkes-workflow-visualizer in the UI, it is no longer possible to see large workflows that are wider than the hardcoded width of the visualizer. It is not possible to drag the workflow visualizer like in the previous visualizer and it is not possible to scroll to see the whole workflow.
Details
Conductor version: 3.21.11
Persistence implementation: Postgres
Queue implementation: Postgres
Lock: -
Workflow definition: see attachment
Task definition:
Event handler definition:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I expect to be able to see the full workflow visualization and be able to click and drag to see the whole diagram.
Screenshots
If applicable, add screenshots to help explain your problem.
bug_report_wide_workflow.json
The text was updated successfully, but these errors were encountered: