-
Notifications
You must be signed in to change notification settings - Fork 49
InstanceLocker
ralphhanna edited this page Dec 18, 2023
·
1 revision
bpmn-server / InstanceLocker
• new InstanceLocker(dataStore
): InstanceLocker
Name | Type |
---|---|
dataStore |
any |
datastore/InstanceLocker.ts:11
• dataStore: any
▸ delay(time
, result
): Promise
<unknown
>
Name | Type |
---|---|
time |
any |
result |
any |
Promise
<unknown
>
datastore/InstanceLocker.ts:69
▸ delete(query
): Promise
<any
>
Name | Type |
---|---|
query |
any |
Promise
<any
>
datastore/InstanceLocker.ts:58
▸ list(): Promise
<any
>
Promise
<any
>
datastore/InstanceLocker.ts:63
▸ lock(id
): Promise
<boolean
>
Name | Type |
---|---|
id |
any |
Promise
<boolean
>
datastore/InstanceLocker.ts:14
▸ release(id
): Promise
<any
>
Name | Type |
---|---|
id |
any |
Promise
<any
>
datastore/InstanceLocker.ts:52
▸ try(id
): Promise
<boolean
>
Name | Type |
---|---|
id |
any |
Promise
<boolean
>