Resolution :

To resolve this issue:
Open the workflow in Process Studio.
Double-click on the canvas of the workflow to open Workflow Properties.
Increase the Rowset Size to a value higher than the number of rows being processed.
The default value is 10,000 rows.
Ensure the configured value exceeds the total rows in your workflow.

Example:
If your workflow is processing 50,000 rows, set the Rowset Size to 55,000.
This ensures that all rows are processed correctly, and the workflow step will no longer get stuck.
Notes
Always configure the rowset size slightly higher than the expected number of rows to avoid similar issues.
Large rowsets may increase memory usage, so configure based on workflow requirements and system capacity.

