Is your feature request related to a problem? Please describe.
We already have a tutorial notebook to show how to use MLFlow APIs directly in PyTorch style training:
https://github.com/Project-MONAI/tutorials/blob/main/experiment_management/spleen_segmentation_mlflow.ipynb
For MONAI workflow, we already have a basic event handler to wrapper MLFlow, we are enhancing it.
Would be nice to develop a clear usage example.
And also show how to easily add the above MLFlowHandler in the training config of bundles