Replace old Operate process instances route URLs
See original GitHub issueWhat should we do?
With the release of Camunda Platform 8 Operate replaced the routes /instances
with /processes
because now we have the two kinds of instances, processes, and decisions.
The Camunda Modeler should reflect these changes by changing the old routes [1][2]
Operate routes for reference
Why should we do it?
Because the old routes don’t exist anymore (but we’re redirecting the old routes to the new ones)
Issue Analytics
- State:
- Created a year ago
- Comments:9 (4 by maintainers)
Top Results From Across the Web
URL Routing - Microsoft Learn
Routing enables your web application to use URLs that are friendly, easier to remember, and better supported by search engines. This tutorial ...
Read more >location.replace() - Web APIs - MDN Web Docs
The replace() method of the Location interface replaces the current resource with the one at the provided URL. The difference from the ...
Read more >How React Hooks can replace React Router - LogRocket Blog
Looking for an alternative form of routing in your React projects? Read more to find out how React Hooks can replace React Router....
Read more >URLs and Routing - Meteor Guide
In a web application, routing is the process of using URLs to drive the user interface (UI). URLs are a prominent feature in...
Read more >Change route params without reloading in Angular 2
As of RC6 you can do the following to change URL without change state and thereby keeping your route history import {OnInit} from...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @smbea, sorry for the delay. Felix was on vacation and I forgot to check this topic again so I asked Menski and Aleksander Dytko yesterday. Their opinion is that it’s ok to only have the redirect from Operate’s side for now but they’re still not sure when we should update the modeler.
I’ll setup a reminder for before the next cloud release in 6 months and check if we can update the modeler by then.
I think for now we can close this issue. I’ll reopen it when we decide it’s a good moment for the update.
Sorry for the unnecessary work from your side 😬