avid.common.artefact.get_all_values_of_a_property

avid.common.artefact.get_all_values_of_a_property(workflow_data, property_key)

Helper function that returns a list of all values found for a certain property in the passed collection of artefact. :param workflow_data: list of artefacts that should be evaluated. :param property_key: the key of the property that should be evaluated. :return Returns the list of values. Each value is only present once in the list, even if multiple artefacts have this value.