Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saucepleez/tasktserver
tasktServer is the optional web component and orchestrator for taskt, a free and open-source process automation (rpa) client
https://github.com/saucepleez/tasktserver
Last synced: about 2 months ago
JSON representation
tasktServer is the optional web component and orchestrator for taskt, a free and open-source process automation (rpa) client
- Host: GitHub
- URL: https://github.com/saucepleez/tasktserver
- Owner: saucepleez
- Created: 2018-08-23T02:50:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T19:15:33.000Z (almost 1 year ago)
- Last Synced: 2024-11-13T04:53:44.984Z (about 2 months ago)
- Language: C#
- Homepage: http://www.taskt.net/
- Size: 11.8 MB
- Stars: 53
- Watchers: 14
- Forks: 37
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
:warning: PLEASE NOTE THIS PROJECT IS ALPHA AND IS NOT YET SECURED OR INTENDED FOR PRODUCTION
# tasktServer
tasktServer is the optional web component and orchestrator for [taskt](https://github.com/saucepleez/taskt), a free and open-source process automation (rpa) client.![taskt server photo](https://i.imgur.com/1Lsj6me.png)
## What does this project do?
The intended goal of this project is to track and manage taskt workers by providing a central point for reporting and administration.## Technology stack
- .NET Core 3.1 Blazor WebAssembly (featuring PWA)
- .NET Core 3.1 Web API
- EntityFrameworkCore 3.1## How do I connect a bot?
Launch taskt and select the 'Settings' screen from the action bar. Once opened, select the 'Server' tab and add the URL of your tasktServer instance to the associated textbox and select 'Test Connection'.![taskt settings](https://i.imgur.com/JrL6yoS.png)
After successfully testing the connection for the first time, taskt will request and store a GUID from the server. The server will create a new entry in the worker list and begin accepting updates from the client.