![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
TABLE procedure_lock (
node_id INTEGER NOT NULL,
proc_id INTEGER NOT NULL,
lock_state SMALLINT NOT NULL,
lock_owner VARCHAR(24) NULL,
lock_date DATETIME NOT NULL,
lock_reason SMALLINT NOT NULL)
Name of the user who has the procedure definition locked (if lock_state = 1), as defined in the user_names table.
• 0 not locked.
• 1 locked by the TIBCO iProcess Modeler.
•
The procedure_lock table contains one row for each procedure on the system that is currently being edited.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |