BUG 8727 Increase the maxlength of the Condition of the Evaluation ... SOLVED.
- We'd need to increase the max-length of the Condition of the Evaluation routing rule because there are some special rules that need more length. - Adjust the maxlength the ROU_CONDITION field in Evaluation, Selection, Parallel By Evaluation Routing Rule.
This commit is contained in:
@@ -1066,7 +1066,7 @@ CREATE TABLE [ROUTE]
|
||||
[ROU_NEXT_TASK] VARCHAR(32) default '0' NOT NULL,
|
||||
[ROU_CASE] INT default 0 NOT NULL,
|
||||
[ROU_TYPE] VARCHAR(25) default 'SEQUENTIAL' NOT NULL,
|
||||
[ROU_CONDITION] VARCHAR(255) default '' NOT NULL,
|
||||
[ROU_CONDITION] VARCHAR(512) default '' NOT NULL,
|
||||
[ROU_TO_LAST_USER] VARCHAR(20) default 'FALSE' NOT NULL,
|
||||
[ROU_OPTIONAL] VARCHAR(20) default 'FALSE' NOT NULL,
|
||||
[ROU_SEND_EMAIL] VARCHAR(20) default 'TRUE' NOT NULL,
|
||||
|
||||
Reference in New Issue
Block a user