Hi All,
Is there any way to avoid multiple users triggering same related action if it is having start form?
Thanks in Advance!
Discussion posts and replies are publicly visible
Your best approach is to use some kind of pessimistic locking. This is a pretty common topic of discussion in the community, I'd recommend starting with this post for some more information: community.appian.com/.../72806
I have seen this discussion. But in my case am not triggering any process(since am using start form) to use locking mechanism. Please correct me if am wrong.
You won't be able to use a start form in this scenario as you'll have to have a script task run before hand.