DFT00010T Converting default value for aaa from bbb 'ccc' to string 'ddd'
Explanation
Business Rules Server
Default value in task, node, or workflow descriptor is a numeric type, but the field that is being set is a
character type. The numeric value is converted to a string, where:
- aaa
- Represents the field name.
- bbb
- Represents the source data type (hexadecimal or decimal).
- ccc
- Represents the source value.
- ddd
- Represents the result string after data conversion.
Operator response
Change the descriptor so that the data types match.