BPM workflow rule error Attempted to invoke method "intValue" in class "java.math.BigDecimal"
Summary:
I am receiving an error on a BPM condition that worked before, but started not working.
Content (required):
The rule that is effected is the following and I believe it has to do with the projectid is null and project id isn't 0
Version (include the version you are using, if applicable):
ekgs-dev4.gsi 11.13.21.07.0
Code Snippet (add any code snippets that support your topic, if applicable):
NOT(ReqDistributionDimension.chargeAccount matches "(.*)\\.(.*)\\.(.*)\\.(.*)\\.(.*)\\.(.*)\\.(.*)\\.(0000000)\\.(.*)\\.(.*)\\.(.*)\\.(.*)" and
(ReqDistributionDimension.projectId is null and
ReqDistributionDimension.projectId isn't 0) and
ReqLineDimension.requisitionLineId is ReqDistributionDimension.requisitionLineId and
ReqHeaderDimension.requisitionHeaderId is ReqLineDimension.requisitionHeaderId