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

Provide links to Console, Modeler, Tasklist, Operate

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 3.10.0-alpha4, 3.10.0
    • None
    • backend
    • None

      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

        This is the controller panel for Smart Panels app

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

                Created:
                Updated:
                Resolved: