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
I had searched in the issues and found no similar feature requirement.
Description
In ProcessService, there is too much logic code, also include many methods which logic is simple.
This violates the single-responsibility principle, and it‘s not easy to maintain.
So it is recommended to split ProcessService into CommandService、ProcessDefinitionService、ProcessInstanceService、TaskService.
More detail see #5546
Search before asking
Description
In ProcessService, there is too much logic code, also include many methods which logic is simple.
This violates the single-responsibility principle, and it‘s not easy to maintain.
So it is recommended to split ProcessService into CommandService、ProcessDefinitionService、ProcessInstanceService、TaskService.
More detail see #5546
Use case
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: