I cannot filter for process instances by a date variable in cockpit

XMLWordPrintable

      Steps to reproduce:
      1) login into cockpit (in the develop profile)
      2) go to the (runtime) process definition view of the process "Cornercases Process" (make sure that one of the process instance has variable named "dateVar" and the value of the variable should be a date greater than "2016-02-26T09:24:08")
      3) add the following variable filter: dateVar>"2016-02-26T09:24:08"

      Problem:
      No process instances are found

      Hint:
      The (plugin) backend does not recognize that the given query value "2016-02-26T09:24:08" is a date and handles it as a string value (see https://github.com/camunda/camunda-bpm-webapp/blob/master/src/main/java/org/camunda/bpm/cockpit/rest/dto/AbstractRestQueryParametersDto.java#L100-L105)

            Assignee:
            Michael Schoettes
            Reporter:
            Roman Smirnov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: