You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
Trying to setup a new BRMS demo project for the field, to look like all my other projects. I have built the zip file, used the contents and it all validates and builds fine.
If I want to edit anything, like add colors to the process, then build gives this error:
Quote:
Process Compilation error Cannot invoke toString() on the primitive type int The method setCarRisk(int) in the type Policy is not applicable for the arguments (String) The method setDriverRisk(int) in the type Policy is not applicable for the arguments (String) The method setCarRisk(int) in the type Policy is not applicable for the arguments (String) The method setDriverRisk(int) in the type Policy is not applicable for the arguments (String) Cannot invoke toString() on the primitive type int Cannot invoke toString() on the primitive type int
Investigation shows you use a carRisk variable in the process as a string, then try to set car risk in setCarRisk task but the var is an Int. Amazed it worked for you out of the box?
This is blocking for me.
The text was updated successfully, but these errors were encountered:
Trying to setup a new BRMS demo project for the field, to look like all my other projects. I have built the zip file, used the contents and it all validates and builds fine.
If I want to edit anything, like add colors to the process, then build gives this error:
Quote:
Process Compilation error Cannot invoke toString() on the primitive type int The method setCarRisk(int) in the type Policy is not applicable for the arguments (String) The method setDriverRisk(int) in the type Policy is not applicable for the arguments (String) The method setCarRisk(int) in the type Policy is not applicable for the arguments (String) The method setDriverRisk(int) in the type Policy is not applicable for the arguments (String) Cannot invoke toString() on the primitive type int Cannot invoke toString() on the primitive type int
Investigation shows you use a carRisk variable in the process as a string, then try to set car risk in setCarRisk task but the var is an Int. Amazed it worked for you out of the box?
This is blocking for me.
The text was updated successfully, but these errors were encountered: