0 Replies Latest reply on Mar 15, 2014 3:28 AM by kannan123

    Problem with using BigDecimal values in the business rules

    kannan123

      Hi

       

      I want to use the decimal values in the business rule. But i found only the BigDecimal type while creating the Declarative Model. I passes my String value to the business rule like,

      new java.math.BigDecimal(value1);

      Here the value1 is a String value. When i try to run the workflow in the jbpm console i got No Such Method error.

      How can i use this BigDecimal in the business rules?

      i am using jbpm 5.4

      Regards

      Kannan