![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
TABLE procedure_lock (
node_id number(5) NOT NULL,
proc_id number(5) NOT NULL,
lock_state number(1) NOT NULL,
lock_owner varchar2(24) ,
lock_date date NOT NULL,
lock_reason number(1) 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 |