I want to achieve bulk update type of functionality for my custom entity and so for that i have created a dialog process which takes input for those attributes which i need to update and then i have invoked a custom workflow for updation purpose but it updates all the records of my custom entity, i want to update only the selected records.
Is there any way to achieve my requirement using the same strategy ?
How can i pass selected records to the workflow ?