An open API service indexing awesome lists of open source software.

https://github.com/kuflow/kuflow-uipath-activities

Library of activities for UiPath that allow to interact with KuFlow
https://github.com/kuflow/kuflow-uipath-activities

Last synced: about 1 month ago
JSON representation

Library of activities for UiPath that allow to interact with KuFlow

Awesome Lists containing this project

README

          

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/kuflow/kuflow-uipath-activities/blob/master/LICENSE)

# KuFlow.UiPathLibrary

Set of UiPath activities to interact with KuFlow.

## Summary

A library to help process developers on KuFlow (kuflow.com) to use robots developed in UiPath as part of their workflow implementations. A set of useful activities are distributed to interact with the KuFlow Rest API from a robot.

## Overview

The KuFlow.UiPathLibrary package consists of a pack of UiPath activities to work with KuFlow.
The activity pack allows robot developers to interact with the KuFlow Rest API in a simple and convenient way, allowing Robots to be modelled in UiPath as part of KuFlow processes.
Activities provide different ways to enter, modify or delete relevant information generated in the robots, in the tasks that make up KuFlow processes. Similarly, utilities are also provided to reclaim tasks in the processes among other functionalities.
In short, if you want to use a UiPath robot as part of the workflow of your processes, in order to work in a coordinated way in its resolution, this library will help you to achieve your goal.

## Features

- Reading tasks and processes.
- Allows you to manage task data (add, delete, delete).
- Reclaiming tasks.
- File management in the tasks.
- Writing task logs.

## Documentation

More detailed docs are available in the [documentation pages](https://docs.kuflow.com/developers/).

## Contributing

We are happy to receive your help and comments, together we will dance a wonderful KuFlow. Please review our [contribution guide](CONTRIBUTING.md) as well as the **Readme** and **Contribution** guides in each module of this repository.

## License

[MIT License](https://github.com/kuflow/kuflow-uipath-activities/blob/main/LICENSE.txt)