PlugIn Creation
PlugIn Creation
Is it possible to make our own PlugIn? If so is there any documentation on how to do it
Windows 11 Pro, RoboTask v10.0.2
Re: PlugIn Creation
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.
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.
Oleg Yershov
-
- Posts: 1
- Joined: Mon Oct 14, 2024 3:52 am
- Contact:
Re: PlugIn Creation
Can you elaborate on the specific parameters that your command-line console application should accept to integrate seamlessly with RoboTask?
Re: PlugIn Creation
You as a app developer define the required set of parameters yourself.Can you elaborate on the specific parameters that your command-line console application should accept to integrate seamlessly with RoboTask?
Oleg Yershov