>Or another classic is automating document inflow. You put all forms of type X into an automated scanner and that'll send the files to a network share and then a cronjob will name the files and sort them for you. Not only do you save one employee (e.g. $4k monthly fully loaded) but you also never have things delayed by vacations or sick days, thus making the entire company more reactive to customer demands.
Funny enough I actually was assisting with doing just this for a western US state when they adopted Obamacare. We used Activebatch to process incoming applications. It was such a great "drag and drop" workflow with additional provisions for handling failed steps, handling cases where the server doing the works starts to fall out of normal parameters (gets overloaded or some resource goes missing) and so much more.
Despite all this and us over-provisioning the servers, the avalanche of applications coming in were so much that we totally managed to overload our servers anyway and had to rush to add so much more capacity.
I wish there was something as easy to use as Activebatch available as an open source option. It is such a hidden gem that is hidden away because the company that sells it are idiots that wall it behind "enterprise sales". The best I can find is Apache Airflow but it does not stand a candle to Activebatch for ease of use.
God there is SO MUCH I want to automate in the world but the biggest hurdle that stands in the way is that actually manually coding all this crap is a massive hurdle and that drag and drop with intelligence and the ability to customize when running workloads is a much better option.