Skip to content
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] Workflow instances for page size 100 show the progress bar continuously. #348

Closed
jayachandra21 opened this issue Dec 24, 2024 · 0 comments · Fixed by #347
Closed
Assignees
Labels
bug Something isn't working

Comments

@jayachandra21
Copy link

jayachandra21 commented Dec 24, 2024

Description

On the Workflow Instances page, if the page size is set to 100, the progress bar appears continuously, and the page becomes stuck, failing to load the instances.

Steps to Reproduce

  1. Detailed Steps:
    a. Navigate to workflow instances.
    b. select "Rows Per Page" is 100.
    c. Workflow instance page is shows progress bar continuously and page becomes struck and failing to load instances.
    image

  2. Reproduction Rate: every time

  3. Additional Configuration:

    • Verified the logs for Elsa API when selected the "Rows Per Page" is 100.
    • The API is compose of more then the 2048 character length of query string.
    • Verified that Web api query string.
      image
    • Observed that the query string is composed of same workflow definition version Id(refer the above screenshot)
    • In the workflow definitions table has the only one version and which is published
      image

Expected Behavior

If Rows Per Page is 100 the instance page has to be load without any page struct.

Environment

  • Elsa Package Version: Elsa 3.3.0 RC4 .
  • Operating System: Windows
  • Browser and Version: Chrome and Edge

Troubleshooting Attempts

By increase this maxQueryString, page instances are loading.
Example:
<requestFiltering><requestLimits maxQueryString="8192" /></requestFiltering>

@jayachandra21 jayachandra21 added the bug Something isn't working label Dec 24, 2024
@sfmskywalker sfmskywalker self-assigned this Dec 26, 2024
@sfmskywalker sfmskywalker transferred this issue from elsa-workflows/elsa-core Dec 26, 2024
@sfmskywalker sfmskywalker linked a pull request Dec 26, 2024 that will close this issue
@github-project-automation github-project-automation bot moved this from Triage to Done in ELSA 3 Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants