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

configure the redirect path into the camunda app #3

Open
jangalinski opened this issue Apr 27, 2022 · 2 comments
Open

configure the redirect path into the camunda app #3

jangalinski opened this issue Apr 27, 2022 · 2 comments
Assignees
Labels
Status: in progress The task is currently being processed. Type: enhancement New feature or request

Comments

@jangalinski
Copy link
Contributor

I am getting logged in a redirected to the dashboard/welcome page. Depending on my dev-use-case I would like to save a mouse click and redirect into tasklist or process view.

@jangalinski jangalinski added the Type: enhancement New feature or request label Apr 27, 2022
@jangalinski jangalinski self-assigned this Apr 27, 2022
@jangalinski jangalinski added the Status: in progress The task is currently being processed. label Apr 27, 2022
@zambrovski
Copy link
Member

zambrovski commented Apr 27, 2022

Does it happen if you access the root of the process application? You might want to access the cockpit dashboard directly - so http://localhost:8080/camunda/app/cockpit/#/dashboard right?

The filter is not doing any redirecting at all, not sure this feature is about...

So my proposal would be - create two bookmarks in your browser for tasklist and cockpit and go for it...

@zambrovski zambrovski added this to the 0.0.2 milestone Apr 27, 2022
@jangalinski
Copy link
Contributor Author

The idea would be to disable the default camunda-spring-boot redirect and replace it with a customizable redirect deeper into the app.

Reason: As dev I am working on a particular problem (starting and checking process instances, verifying user tasks, analyzing dmn results, ...). I code, restart my service and go back to the cockpit many times per day. Now I do not have to enter my credentials anymore, but still have to navigate.

Take a look for example at what we did in the lumberghini app:

https://github.com/holunda-io/lumberghini/blob/master/src/main/kotlin/camunda/login/UserCreationAndLoginServlet.kt#L64

there we even linked directly into a particular filter inside the tasklist.

So in an ideal world:

  • disable redirect for camunda-starter,
  • register a WebMvcConfigurer that either: a) redirects to a specified path (yml) b) uses a registered redirection-bean I can provide and applies the redirect to the value it returns.

Not a "MUST" requirement, of course, but nice to have and easy to build (as I already have the code here)

@zambrovski zambrovski modified the milestones: 0.0.2, 0.0.3 May 2, 2023
@jangalinski jangalinski removed this from the 0.1.0 milestone Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: in progress The task is currently being processed. Type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants