Show Date variable in Cockpit

Hi Guys,
I don’t show my Date variable in Cockpit. Is it a bug?

Thanks

What date do you mean?
Is it a variable?
What part of cockpit?

1 Like
  1. date = variable of DATE type (java.util.Date)
  2. Yes, it is a process variable
  3. Show Process, Click on human Task, Claim, Load variables… no DATE type value

Oh ok you’re using a generic form in tasklist in order to load variables.
I’m pretty sure those forms will only show you primitive data types, it’s expected behavior for the date not to appear.

If you want you can create a specific UI using either form fields or embedded html forms. You can of course still view the variables in cockpit if you like as well.