appsmith
appsmith copied to clipboard
[Task]: Decomposition of action execution flow to support method overloads
Is there an existing issue for this?
- [X] I have searched the existing issues
SubTasks
Context: For datasource environments project, the action execution flow needs some methods are required to be overloaded in the enterprise edition code. However, since the methods are large, for maintenance purposes the difference in EE and CE versions of code should be minimum. Hence the decomposition of code into relatively smaller methods.
- Break down execute action methods for improved readability