Level 2
March 27, 2024
Solved
How to limit a specific workflow to execute only one instance at a time?
- March 27, 2024
- 1 reply
- 879 views
I have a custom workflow that can be executed by a program.
However, I want to ensure that only one instance of it runs at a time.
Any additional instances should be queued for later execution.
I have tried configuring it using Apache Sling Job Queue Configuration, but it seems that I cannot achieve the desired effect.
Can anyone help me solve this problem?
Thank you all in advance.

