BusinessProcess.getInstancesByFilter(filter)

Gets all the instances in this process matching the attributes and conditions set in the given InstanceFilter. 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