Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-6609

Provide links to Console, Modeler, Tasklist, Operate

    XMLWordPrintable

Details

    Description

      Context: 
      Frontend wants to show links for several Camunda 8 SaaS components. Backend needs to retrieve it e.g. from Console API and provide Frontend the links in an REST endpoint.

      AT:

      • A new UI configuration property is added that includes endpoints for Camunda 8 webapps:
        // GET api/ui-configuration
        {
         ....
          webappsLinks: {
            tasklist: 'http://localhost:8080/tasklist',
            operate: 'http://localhost:8080/operate',
            ....
          },
        };
         
      • The endpoint should include links to the following apps in C8 SaaS:
        • Operate
        • Tasklist
        • Modeler
        • Console

      Hint:
      See how Operate did it here  

      Testing notes

      1. Open Chrome with Developer Tools on (F12)
      2. Open Optimize in Cloud SaaS mode
      3. Look at the result of the REST API call to ui-configuration
      4. It should contain correct/valid links to all Camunda 8 WebApps in the response under webappsLinks

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                omran.abazeed Omran Abazeed
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce