DFT00020T Converting default value for aaa from string 'bbb' to ccc value '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 target field name.
bbb
Represents the string form of the default value.
ccc
Represents the result data type (long, integer, short, byte).
ddd
Represents the result of data conversion (numeric form of the source string).

Operator response

Change the descriptor so that the data types match.