Page 1 of 1
PlugIn Creation
Posted: Sat Jun 22, 2024 1:57 pm
by OldGeek
Is it possible to make our own PlugIn? If so is there any documentation on how to do it
Re: PlugIn Creation
Posted: Thu Oct 10, 2024 7:40 am
by Oleg
We didn't set out to bring in third-party developers. Therefore, we do not document the API of plugins.
The best way to add your own functionality to RoboTask is to write your own command-line console application (without GUI). The application should accept a certain set of parameters and return the desired result via StdOut (on the screen).
Then you can run this application using
"Run Console Application" action and analyze the result of the application.
Believe me, this is the easiest and very effective way.
Re: PlugIn Creation
Posted: Mon Oct 14, 2024 3:57 am
by jadedpowered
Can you elaborate on the specific parameters that your command-line console application should accept to integrate seamlessly with RoboTask?
Re: PlugIn Creation
Posted: Tue Oct 15, 2024 7:35 am
by Oleg
Can you elaborate on the specific parameters that your command-line console application should accept to integrate seamlessly with RoboTask?
You as a app developer define the required set of parameters yourself.