Hi All
How do i can use short lock in workspace browser or in iPriocess ObjectServer
As i see workspace browser alway do LongLock. But the problem exists if user has any network failure or even simply press close button on the form in workspace browser the workitem left LongLocked.
It is much more interesting to have short lock while user work with workitem. or to have ability to lose long long lock in reasonable time.
The even place I found information about short lock is a TIBCO iProcess™ Server Objects (Java)
Programmer’s Guide
What’s the Difference Between a “Lock” and a “Long Lock”?
There are two types of locks possible for a work item:
•A lock is one that is established from the Work Queue Manager (for those that are using the
TIBCO iProcess Workspace (Windows)). If the work item is locked in this way, the
vWorkItem.isLocked method will return True. This type of lock is not persistent — if the cli-
ent exits, the work item is automatically unlocked.
•A long lock is one that is established using the TIBCO iProcess Server Objects lockItems
method. If the work item is locked in this way, the vWorkItem.isLongLocked method will
return True. This type of lock is persistent — if the client exits, the work item will remain
locked.
But I have not found any other information about short lock or how to prevent persistent lock on opening form in workspace browser.