alias_api.search_node_is_template

alias_api.search_node_is_template(input_data: alias_api.TraverseDagInputData) alias_api.TraverseDagOutputData

Search the entire DAG for nodes that are templates.

The input_data will be used to filter the output data results. See TraverseDagInputData for more details on how to filter the output data.

NOTE: this is a customized traverse_dag function optimized for this specific use case.

Parameters

input_data (TraverseDagInputData) – The input data to pass to the DAG traversal

Returns

The status code result of the traversal.

Return type

int(AlStatusCode)