![]() |
Copyright © TIBCO Software Inc. All rights reserved. |
TABLE predict_lock (
node_id NUMERIC(5) NOT NULL,
proc_num NUMERIC(5) NOT NULL,
case_num NUMERIC(15) NOT NULL)
This key enforces the DELETE CASCADE referential action.
The predict_lock table contains one row for every main case on the system that currently has prediction data defined in the predict table. Rows are added, updated and deleted in the following situations.
Note: Case prediction can be enabled and disabled using the ENABLE_CASE_PREDICTION process attribute. See TIBCO iProcess Engine Administrator's Guide for more information.
![]() |
Copyright © TIBCO Software Inc. All rights reserved. |