saucepleez / taskt

taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
http://www.taskt.net/
1.06k stars 346 forks source link

[New Functionality] Functions #267

Open luanfelixsousa opened 2 years ago

luanfelixsousa commented 2 years ago

I believe it is a very big limitation not being able to create functions. For example, I want to get all files from a directory and its subdirectories. I would have to put the same loops several times, making it impractical if a subdirectory has 30 pages. It would be very nice to create the functions and call them in the same project.

saucepleez commented 2 years ago

You can run and call a separate task file to loop it. You would have to otherwise defined "functions" as it is not very clear what is being asked.