Journal files can replay revit actions, so would it be possible to create a command line interface to talk to revit process and automate some common actions:
1. open revit
2. load local copy of a central model/bim360 model
3. open list of views
or
1. open revit
2. export sheets as separate PDF files to folder /path/to/folder
3. export sheets as DWGs to folder /path/to/another/folder
or other workflows. Command line interface seems like a good tool for this type of pipelines