Closed
Solved
flow has ended but not removed from pxflow
flow has ended but not removed from pxflow. v7.1.6
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
flow has ended but not removed from pxflow. v7.1.6
Make sure you don't have any obj-save or obj-delete calls that targets the work object or the assignment page and that also use the "write now" or "immediate" checkmarks to commit the operation.
Also, make sure you don't have any "commit" calls. The core layer will handle committing of your work.
If you have any of the above extra calls, and if the core layer's commit fails for some reason, it will attempt to roll back but will not be able to since your extra commit has already occurred.
/Eric
Thanks for the quick response Eric.
I am sure we dont have any force commits or obj-save methods used in our flow. but i will do re check again.
is there any other reason which causes this issue.
Is this reproducible at will, or just occasional without a recipe for producing it ?
Assuming only occasional, look at the history on the work object to know what flows and flow actions led up to the failure. That tells you what sorts of code to look for.
When the issue occurs, what shows up in pega log file at that time ? Make sure you're looking on correct node if it's a multi node system.
The reason I asked about the extra commits is that under the hood, the old assignment is deleted (deferred) then later pxFlow is updated to remove the entry, then it is all committed. If there is an error during commit, it is rolled back. Normally, this roll back undeletes the assignment so that the pxFlow still refers to the assignment. But are you saying pxFlow refers to a nonexistent assignment ? That could be because the assignment deletion got committed instead of just deferred.
/Eric
thanks Eric. this is not getting replicated now. we will check in this direction if it happens again.
Hi All,
I am facing the similar issue when using resume flow thru SLA, did you have any solution
Question Solved
Question
Discussion
Question
Question Solved
Question Solved
Question Solved
Question Solved
Question
Question Solved
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.