IBM RPA Studio call graph
IBM RPA Studio call graph allows you to view the logical structure of your script. The call graphs appear like flowchart diagrams, where it shows each subroutine in your script as a new node in the flowchart.
The main subroutine is the default subroutine in the script scope.
The call graph shows the subroutines linked to each other after you call them using the commands available in IBM RPA Studio. For more information about subroutines and commands, see Subroutines.