ProcessService.getInstancesByView(viewId)

Gets all the instances in the given view note: Be aware that this info could be outdated at any time, so... if you want to have an updated instances status, make a getInstancesByFilter() call again instead of using the array you obtained in your previous getInstancesByFilter() call"

Arguments:

Name Type Description Mode
viewId String View identification to retrieve instances from. Cannot be null. in