Show variable on Camunda filter

I have a variable setup with a Java object and I’m trying to display it.

But it does not show up.

Any documentation regarding this usage?

Thanks.

You can’t put expressions into the filter dialog. If you do, the engine actually looks for a variable literally called start.getStartDate(). I suggest you store the start date as a separate plain variable.

Cheers,
Thorben