ProcessService.getInstancesByFilter(filter)

Searches and gets all the instances in the available processes matching the attributes and conditions set in the given InstanceFilter. If the InstanceFilter has a View associated to it, it searches instances belonging to the set of processes defined for that view. If it has no view associated, the search is made over all the available processes in this ProcessService. 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
filter Fuego.Papi.InstanceFilter The InstanceFilter to use in order to search for instances. in