PlugIn Creation

Discuss RoboTask here
Post Reply
OldGeek
Posts: 34
Joined: Thu Jun 01, 2023 2:50 pm
Location: Upstate NY

PlugIn Creation

Post by OldGeek »

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
Oleg
Site Admin
Posts: 3095
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: PlugIn Creation

Post 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.
Oleg Yershov
jadedpowered
Posts: 1
Joined: Mon Oct 14, 2024 3:52 am
Contact:

Re: PlugIn Creation

Post by jadedpowered »

Can you elaborate on the specific parameters that your command-line console application should accept to integrate seamlessly with RoboTask?
Oleg
Site Admin
Posts: 3095
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: PlugIn Creation

Post 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.
Oleg Yershov
Post Reply