How to manage multiple cases?

Is it possible to take a list of open cases that are assigned to a particular user and then perform a bulk action on them, which might be closing them, or setting a common flag that links them all?

Is there an API function that could provide an initial list (of assigned processes), which could then be managed in a process?

Thanks. 

There are already many examples of how to use the API on the documentation. Please have a look at the Cookbooks. Maybe you can start with:

  • http://documentation.bonitasoft.com/get-pending-tasks-user
  • http://documentation.bonitasoft.com/list-deployed-processes
  • http://documentation.bonitasoft.com/list-processes-i-started

Tell me if it helps you