Search found 48 matches

by juanlu
Tue Jan 21, 2020 9:02 am
Forum: Suggestions
Topic: Integration with source version control systems
Replies: 0
Views: 8802

Integration with source version control systems

Hi Oleg, It would be great if RoboTask had a built-in integration with source version control systems, e.g. GIT. This would have multiple benefits: - Backup - Versionining - Deployment I know that backups and deployments can be made using other ways. We are using them already. While backing up RoboT...
by juanlu
Tue Dec 17, 2019 5:04 pm
Forum: Suggestions
Topic: Stop task passing Task External Name by parameter
Replies: 4
Views: 15028

Re: Stop task passing Task External Name by parameter

Works perfectly! Thanks a lot!
by juanlu
Tue Dec 17, 2019 4:54 pm
Forum: Suggestions
Topic: Stop task passing Task External Name by parameter
Replies: 4
Views: 15028

Re: Stop task passing Task External Name by parameter

Thanks for the reply. Will try that, looks promising.
by juanlu
Fri Dec 13, 2019 10:34 pm
Forum: Suggestions
Topic: Stop task passing Task External Name by parameter
Replies: 4
Views: 15028

Re: Stop task passing Task External Name by parameter

Because this is not possible in the GUI, I tried directly putting a variable in the .tsk file. The task was loaded correctly during start up of RoboTask, and it even runs without throwing any errors, but the result of the action Stop Task is "Task not found". When you open the action in th...
by juanlu
Fri Dec 13, 2019 10:10 pm
Forum: Suggestions
Topic: Stop task passing Task External Name by parameter
Replies: 4
Views: 15028

Stop task passing Task External Name by parameter

Hi Oleg, Currently, the action "Stop Task" can stop the current running task or a specified task. But the specified task is static, not dynamic. It would be great if the specified task could take a variable, then it would be dynamic. The variable could be e.g. the task name, external name,...
by juanlu
Wed Nov 20, 2019 5:13 pm
Forum: Suggestions
Topic: New system variable: TaskCategoryName
Replies: 1
Views: 7112

New system variable: TaskCategoryName

Hi Oleg, It would be great if we had a system variable that gives us the name of the folder where the current running task is placed. By folder name I mean the category name, what we can find in the cats.tree, e.g.: [01_Production] 90_Monitor=FOLDER code=INTEGER|1641246844 So that TaskCategoryName w...
by juanlu
Sun Nov 17, 2019 9:47 am
Forum: General Discussion
Topic: Action "Download Files": Save As Filename not working
Replies: 4
Views: 9217

Re: Action "Download Files": Save As Filename not working

Hi Oleg, We are now seeing a different issue in the same "Save As Filename" option. Now we are testing with a file with a correct name (meaning, without quotes). RoboTask is able to save the file. But the file gets the name received from the HTTP response, and not the filename set by the &...
by juanlu
Thu Nov 14, 2019 10:05 pm
Forum: General Discussion
Topic: Action "Download Files": Save As Filename not working
Replies: 4
Views: 9217

Action "Download Files": Save As Filename not working

Hi Oleg, We are downloading a file with a filename (returned as part of the HTTP response in the Content-Disposition header) that contains a special character: a double quote. RoboTask is not able to save the file to disk. What is surprising is that the issue persists even if you manually set a file...
by juanlu
Thu Nov 14, 2019 10:01 pm
Forum: General Discussion
Topic: Action "Download Files": proxy does not work for HTTPS
Replies: 0
Views: 6254

Action "Download Files": proxy does not work for HTTPS

Hi Oleg, We have a HTTP proxy. This proxy must be used for all outgoing HTTP and HTTPS requests. With the RoboTask action "Download Files" selecting the proxy HTTP, we are not able to access HTTPS endpoints. We have tried without a proxy outside of our network and it works. Is there a way ...