Workflow script basics
Learn the basics to proceed with the workflow integration script.
Procedures
Creating the script
- Log in to IBM RPA Studio.
- On the Home tab, in the File section, click New.
- Optional: In the Home menu, click New > wal file.
- Optional: Use the Alt+Shift+W shortcut.
A new tab will open with a blank script.
Creating subroutines
- On the Home tab, in the Edit section, click the New routine button.
- Optional: Use the Alt+Shift+R shortcut.
- In the Name parameter, type
start_message
. - Create another subroutine named
hello_world_message
. - Create another subroutine named
hello_world_file
.