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

Make executed flow node query structure consistent

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: L3 - Default L3 - Default
    • 1.3.0
    • None
    • frontend
    • None

      Structure of query should be similar to variables, so instead of having

      "executedFlowNodes":{"andLinkedIds":[{"orLinkedIds":["Task2"]}]}
      

      we should have

      "executedFlowNodes" : [ {
            "operator" : "...",
            "values" : [ "...", "..." ]
          }, {
            "operator" : "...",
            "values" : [ "...", "..." ]
          } ]
        }
      

      The only operator allowed for now is "=".

      The implicit sematic of the and- and or- linkage should be documented in the REST-documentation at https://hq2.camunda.com/jenkins/optimize/view/Broken/job/camunda-optimize/job/master/lastSuccessfulBuild/artifact/backend/target/docs/apidocs/resource_ProcessDefinitionRestService.html

        This is the controller panel for Smart Panels app

              michael.schoettes Michael Schoettes
              sebastian.stamm Sebastian Stamm
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: