Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 1.0.1
-
Fix Version/s: 1.1.0
-
Component/s: Service engine
-
Security Level: Public
-
- Environment:
- -
Activity
| Field | Original Value | New Value |
|---|---|---|
| Priority | Critical [ 2 ] | |
| Description |
In my process definition, I use a form property as double at a userTask level. When the task is completed, I'm not able to see the variable through Flowable Admin UI. It seems that the variable does not exist:
{code:xml} <userTask ...> <extensionElements> ... <flowable:formProperty id="price" type="double" ... /> ... </extensionElements> </userTask> {code} |
In my process definition, I use a form property as double at a userTask level. When the task is completed, I'm not able to see the variable through Flowable Admin UI. It seems that the variable does not exist:
{code:xml} <userTask ...> <extensionElements> ... <flowable:formProperty id="price" type="double" ... /> ... </extensionElements> </userTask> {code} |
| Status | New [ 10000 ] | Open [ 10002 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 1.1.0 [ 10812 ] | |
| Resolution | Fixed [ 1 ] |
| Transition | Status Change Time | Execution Times | Last Executer | Last Execution Date | |||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|

As the type 'double' was not mentionned in the Flowable documentation, its support was not implemented.
So, please: