expose# maize.core.workflow.expose(factory: Callable[[], Workflow]) → Callable[[], None][source]# Exposes the workflow definition and sets it up for execution. Parameters: factory – A function that returns a fully defined workflow Returns: Runnable workflow Return type: Callable[[], None]