You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm interested in the LockAsync feature for Entities. However, the documentation indicates that this feature is currently only available in the .NET SDK. Are there any plans to implement this feature in the JS SDK, or are there any existing alternatives I can use today?
Thanks!
The text was updated successfully, but these errors were encountered:
Unfortunately, we don't yet have a timeline for when the lock functionality will be available for the JS SDK.
Some potential workarounds include using some external store (like Azure Storage, Cosmos DB, or Azure SQL) to manually implement locking, but it would need to be done manually using the appropriate SDK from an activity function. This would work best in cases where the amount of time a lock would need to be held is relatively short.
Hi,
I'm interested in the LockAsync feature for Entities. However, the documentation indicates that this feature is currently only available in the .NET SDK. Are there any plans to implement this feature in the JS SDK, or are there any existing alternatives I can use today?
Thanks!
The text was updated successfully, but these errors were encountered: