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
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
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.
Reproduction Rate: every time
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.
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
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>
The text was updated successfully, but these errors were encountered:
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
Detailed Steps:
![image](https://private-user-images.githubusercontent.com/67507118/398427063-acd090ed-349a-40b6-9442-8dc804f6de10.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNDYyODUsIm5iZiI6MTczOTM0NTk4NSwicGF0aCI6Ii82NzUwNzExOC8zOTg0MjcwNjMtYWNkMDkwZWQtMzQ5YS00MGI2LTk0NDItOGRjODA0ZjZkZTEwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTIlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEyVDA3Mzk0NVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTc0MTUyMjlkMjdkMjdjZGFkMjM5MzJhYzFhNjA1ZGNkOGI0Y2M5NjcwNzQ3Njc2ZmVkZTI1ZGU4ZmExMmQ3ZTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.VWIrhVEUHptr4LfSYnUc3pos-6sz0V_iwuxnOEri8Do)
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.
Reproduction Rate: every time
Additional Configuration:
Expected Behavior
If Rows Per Page is 100 the instance page has to be load without any page struct.
Environment
Troubleshooting Attempts
By increase this maxQueryString, page instances are loading.
Example:
<requestFiltering><requestLimits maxQueryString="8192" /></requestFiltering>
The text was updated successfully, but these errors were encountered: