Hello!
Is it possible to initiate lifecycle for multiple selected documents in the doclist widget ?
In my lifecycle implementation, I've created a custom job and it has to be initiated for all the documents selected but at this moment, its getting applied only to the document which is selected first.
I've even created a Lifecycle Batch, but as I understand its something thats accomplished by running D2JobLifecycleBatch, but its not helping even after the job has ran.
My doubt is just like how the direct state is promoted and method is applied for the first document, why doesn't it apply for the other documents selected ?
Here's how my Lifecycle looks in D2-Config:

And under Menu, I show the State using the JavaClass:

This should be applied for all the documents selected.
Am I missing something ?