
IBM 3270 Workflow Library for Appian RPA
by Appian Corporation
Description
Robotic processes can involve entering data into a PCOMM or W3270 emulator for IBM terminal applications. This workflow library can be used to allow the RPA agent to navigate these applications and enter data, removing manual entry by employees from the business process.
Features
Functionality
-IBM Connect to Emulator -IBM Disconnect from Emulator -IBM Maximize Window -IBM Enter Credential -IBM Find Text -IBM Get Text -IBM Get Field at Coordinates -IBM Go to Text Position (with Offset) -IBM Go to Coordinates -IBM Send Special Control Key -IBM Write Here -IBM Write at Coordinates -IBM Write at Label (with Offset) -IBM Wait for text -IBM Write at Label (with Offset) -IBM Wait
Notes:
- Additional documentation for each method is included in the attached PDF
- This workflow library was developed and tested using QWS3720 (https://jollygiant.com/qws3270-download/) emulator
- The library as-is might work with other emulators that support EHLLAPI, but changes might also be needed.
Release Notes
- v3.0.0 Added Wait methods / Added functionality to work with HLLAPI or the WinHLLAPI
- v2.0.0 switches to EHLLAPI functions to interact with the emulator via its DLL for faster performance
- v1.0.0 uses keyboard methods to interact with the emulator
Release notes
V 4.0.0 includes :
- IBM Wait Method: New dedicated wait method for system availability
- Enhanced Wait Parameters: Added optional wait functionality to IBM Connect to Emulator, IBM Send Special Control Key, IBM Write Here, and IBM Write at Coordinate
Version history (4)
3.1.0
v3.1.0 Changed name of the main class to allow compatibility with older versions of the library Solved bug in "IBM GetText" low code method
3.0.0
v3.0.0 Added Wait methods / Added functionality to work with HLLAPI or the WinHLLAPI
RPA 7.13
Updates dependencies to latest versions
2.0.0
Release Notes
- v2.0.0 switches to EHLLAPI functions to interact with the emulator via its DLL for faster performance
- v1.0.0 uses keyboard methods to interact with the emulator
Resources
- Download
README.pdf
Documentation