Specify Date type in process variable

How to specify a type if value is Date? Is that like below?

{
  "variables": {
    "aVariable" : {
        "value" : "aDateValue",
        "type": "java.util.Date"
    }
  },
 "businessKey" : "myBusinessKey"
}

Hi @aravindhrs,

The type should be just Date. This is also related to this topic. It would be better if we have the whole discussion in a single topic instead of distributing the problem across several ones. :slight_smile:

Best,
Nikola

2 Likes

sure thanks :slight_smile:

Issue solved in the post: