Petals SE Flowable

Type 'double' for variable is not supported

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Critical Critical
  • Resolution: Fixed
  • Affects Version/s: 1.0.1
  • Fix Version/s: 1.1.0
  • Component/s: Service engine
  • Security Level: Public
  • Description:
    Hide

    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:

    <userTask ...>
       <extensionElements>
          ...
          <flowable:formProperty id="price" type="double" ... />
          ...
       </extensionElements>
    </userTask>
    Show
    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:
    <userTask ...>
       <extensionElements>
          ...
          <flowable:formProperty id="price" type="double" ... />
          ...
       </extensionElements>
    </userTask>
  • Environment:
    -

Activity

Hide
Christophe DENEUX added a comment - Tue, 27 Mar 2018 - 18:35:29 +0200

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

So, please:

  • add a contribution to the FLowable documentation to add the support of type 'double',
  • add support of type 'double' in the service engine,
  • add an error message if the variable type is not supported.
Show
Christophe DENEUX added a comment - Tue, 27 Mar 2018 - 18:35:29 +0200 As the type 'double' was not mentionned in the Flowable documentation, its support was not implemented. So, please:
  • add a contribution to the FLowable documentation to add the support of type 'double',
  • add support of type 'double' in the service engine,
  • add an error message if the variable type is not supported.
Hide
Christophe DENEUX added a comment - Tue, 27 Mar 2018 - 18:37:44 +0200

Fix in master branch:

  • Contribution to Flowable documentation accepted (#918)
  • Support of type 'double' added to the service engine
Show
Christophe DENEUX added a comment - Tue, 27 Mar 2018 - 18:37:44 +0200 Fix in master branch:
  • Contribution to Flowable documentation accepted (#918)
  • Support of type 'double' added to the service engine

People

Dates

  • Created:
    Tue, 27 Mar 2018 - 18:32:44 +0200
    Updated:
    Tue, 27 Mar 2018 - 18:37:44 +0200
    Resolved:
    Tue, 27 Mar 2018 - 18:37:44 +0200