Hello,
Is there a way to export an alias=‘myProcess’ given by Run Process or Start Process to an other .robot file. E.g. when I start a process in one file, i like to shutdown it somewhere later in an other .robot file.
Hello,
Is there a way to export an alias=‘myProcess’ given by Run Process or Start Process to an other .robot file. E.g. when I start a process in one file, i like to shutdown it somewhere later in an other .robot file.
It’s just reference/alias, so you could pass it as global variable i.e. Set Global Variable
.