Tried for several hours to debug and find solutions to this so forgive me if it does turn out to be a duplicate of a thread. Please find the issue below!
Scenario: Running a workflow from Studio with 100% completion while the exact same workflow published to local Tray Robot failing several parts of the workflow.
Steps to reproduce: Create a workflow that uses a shortcut macro (or click steps, as long as the file gets the text) to print the current screen’s text of a terminal emulator (using Attachmate Reflection) to txt file. Read that same file and put the value into a variable and do some logic on it. I’m printing the value in WriteLine as well as do some regex parsing on the full string.
Current Behavior: The text file gets the text just fine but reading the file seems to break, no error is thrown there’s just nothing in the variables (looking at logs). When running the workflow in Studio I get the entire flow to work flawlessly every time (ruling out race condition in the flow itself).
Expected Behavior: Same behavior as can be observed when running from Studio.
Studio/Robot/ Version: 2017.16522
Last stable behavior:
Last stable version:
OS Version: Win 10
Others if Relevant: (workflow, logs, .net version, service pack, etc):