How to automate a 3270 front end, what is your team using?
Our policy admin still runs through a 3270 front end and will for years, which is fine, it works. what isn't fine is that every process touching it is a person typing, and we have people whose job is rekeying between the emulator and a web portal. The vendor supports hllapi and our emulator exposes it, so there's a scripted path, but the people who wrote our existing hllapi scripts retired and nobody left here wants to own that.
So the question is what a team would start with today. rpa is the obvious answer and uipath's terminal activities do work through hllapi, which puts us back on the same dependency with a friendlier wrapper. blue prism similar. Askui came up as a different approach, operating the emulator screen the way an operator does rather than going through the api, with the task written as plain steps, which would mean it doesn't matter that our emulator is old. sounds fragile to me for a green screen where a field position is everything, and i might be wrong about that.
Is anyone automating a terminal front end without hllapi, and is it stable enough to run unattended?