You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
guids (List[str], optional): List of asset GUIDs to filter by.
66
+
workflow_run_type (str, optional): Workflow run type to filter by.
67
+
workflow_run_status (str, optional): Workflow run status to filter by.
68
+
include_attributes_extra (Dict[str, str], optional): Additional attributes to include in results.
69
+
Format: {"asset_type": "attribute_name"}
63
70
64
71
Returns:
65
72
List[Asset]: List of assets matching the search criteria
@@ -154,6 +161,14 @@ def search_assets_tool(
154
161
}
155
162
)
156
163
164
+
# get business policy that are pending for approval, here the attribute workflow_run_on_asset_guid is the business policy guid that should be used to fetch the business policy details
0 commit comments