Skip to content

Commit

Permalink
return active process instances
Browse files Browse the repository at this point in the history
  • Loading branch information
Noordsestern committed Sep 10, 2021
1 parent ffd4cd4 commit dcbfbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CamundaLibrary/CamundaLibrary.py
Original file line number Diff line number Diff line change
Expand Up @@ -594,7 +594,7 @@ def get_all_active_process_instances(self, process_definition_key):
"""
Returns a list of process instances that are active for a certain process definition identified by key.
"""
self.get_process_instances(process_definition_key=process_definition_key, active='true')
return self.get_process_instances(process_definition_key=process_definition_key, active='true')

@keyword("Get process instances")
def get_process_instances(self, **kwargs):
Expand Down

0 comments on commit dcbfbae

Please sign in to comment.