I am trying to create a task that has variables of the type double. Something like this but I want to use double instead of string and sort the tasks based on this field.
<camunda:formProperty id="cost" name="cost" type="string" expression="${cost}" />
However, I have tried looking up examples and reading documentations and camunda forum questions, but I see that camunda still does not have support for it. I found this jira ticket- https://jira.camunda.com/browse/CAM-3765 which said it was not on their priority list at the moment. I am just trying to find out if some progress has been done on this or if there is a workaround for this.