Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

You want to abstract an interface for the query ProcessDefinitionSearch so you can customize the query interface(The runtime should not be associated with specific applications) #1157

Open
zxuanhong opened this issue Sep 19, 2023 · 2 comments
Labels
kind:enhancement New feature or request

Comments

@zxuanhong
Copy link

zxuanhong commented Sep 19, 2023

Is your feature request related to a problem? Please describe.

  1. You want to abstract an interface for the query ProcessDefinitionSearch so you can customize the query interface
  2. Because operate may not be official, it is self-developed
  3. Abstract an interface is also easy to extend. It is also convenient to implement the query interface by itself
  4. ProcessDefinitionSearch is a runtime thing and should not be associated with a specific application
@zxuanhong zxuanhong added the kind:enhancement New feature or request label Sep 19, 2023
@zxuanhong zxuanhong changed the title You want to abstract an interface for the query ProcessDefinitionSearch so you can customize the query interface You want to abstract an interface for the query ProcessDefinitionSearch so you can customize the query interface(The runtime should not be associated with specific applications) Sep 19, 2023
@sbuettner
Copy link
Contributor

This abstraction is currently not planned but you could make use of Spring @Primary annotation to provide your own implementation. Moving it to backlog for now.

@zxuanhong
Copy link
Author

@sbuettner So far, it's self-actualized. It's just not necessary to implement all of oprerate. That's why you want a layer of abstraction where you know exactly what to implement

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants