Conductor Script Commands

RemoveReadLock

The RemoveReadLock command removes a read lock on the specified process attribute.

RemoveReadLock process_id attribute_name

ArgumentDescription

process_id

The process instance of the specified attribute.

attribute_name The name of the process attribute that is locked.

The RemoveReadLock command is available only when an engine is current, so you must first use the FindEngine Script command to set the current engine.

The RemoveReadLock command lets you remove a read lock that remains due to some unusual circumstance. Completing or aborting an activity should remove any locks placed on a process attribute; however, if a session is unexpectedly terminated, locks might remain in place.

RemoveWriteLock

The RemoveWriteLock command removes a write lock on the specified process attribute.

RemoveWriteLock process_id attribute_name

ArgumentDescription

process_id

The process instance of the specified attribute.

attribute_name The name of the process attribute that is locked.

The RemoveWriteLock command is available only when an engine is current, so you must first use the FindEngine Script command to set the current engine.

The RemoveWriteLock command lets you remove a write lock that remains due to some unusual circumstance. Completing or aborting an activity should remove any locks placed on a process attribute; however, if a session is unexpectedly terminated, locks might remain in place.

Appendix A Conductor Script Commands 297

Page 297
Image 297
Sun Microsystems 3 manual RemoveReadLock, RemoveWriteLock