• Not defined

      The public api endpoint for adding variables which was defined ProcessVariableRestService should now be transferred in the PublicApiRestService where other public api endpoints are defined. The endpoint accepts in the body a json array containing the process definition key and the labels which we wish to add to it. This information is stored in the variable-label-index in ES.

      Information on the endpoint:
      POST api/variables/labels

      REQUEST BODY:

      {
      "definitionKey": "someProcessDefinition",
      "labels" : [
          { "variableName": "name", "variableType": "String", "label": "a label"},
          { "variableName": "an other name", "variableType": "String", "label": "an other label"},
        ]
      }   
      

      AC:

            Assignee:
            Unassigned
            Reporter:
            Andromachi Rozaki
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: