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
poses a risk of unintentionally overriding process data, as pointed out by @MHHukiewitz. This approach could lead to data loss or manipulation. @olethanh, while concerned about database compatibility, also notes irrelevant data appearing in the /about/executions endpoint. @hoh is open to improvements.
A revision is suggested to prevent potential data integrity issues and clean up the endpoint's output, possibly by introducing a separate field for self.__dict__. This aims to balance maintaining existing functionality with ensuring robust data handling.
The text was updated successfully, but these errors were encountered:
The current implementation in lines 143-144 of #490:
poses a risk of unintentionally overriding process data, as pointed out by @MHHukiewitz. This approach could lead to data loss or manipulation. @olethanh, while concerned about database compatibility, also notes irrelevant data appearing in the /about/executions endpoint. @hoh is open to improvements.
A revision is suggested to prevent potential data integrity issues and clean up the endpoint's output, possibly by introducing a separate field for
self.__dict__
. This aims to balance maintaining existing functionality with ensuring robust data handling.The text was updated successfully, but these errors were encountered: