Skip to content

Syntactic parser

clear_cache()

Clear the workflow schema cache.

Source code in inference/core/workflows/execution_engine/v1/compiler/syntactic_parser.py
147
148
149
def clear_cache() -> None:
    """Clear the workflow schema cache."""
    _cached_workflow_schema.cache_clear()