Metadata-Version: 2.1
Name: kuflow-robotframework
Version: 0.4.2
Summary: KuFlow library for Robot Framework
Home-page: https://kuflow.com/
License: MIT
Author: KuFlow S.L.
Author-email: kuflow@kuflow.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: kuflow-rest (>=0.4.2,<0.5.0)
Requires-Dist: python-magic (>=0.4.27,<0.5.0) ; sys_platform != "win32"
Requires-Dist: python-magic-bin (>=0.4.14,<0.5.0) ; sys_platform == "win32"
Requires-Dist: robotframework (>=5.0,<6.0)
Project-URL: Documentation, https://docs.kuflow.com/
Project-URL: Repository, https://github.com/kuflow/kuflow-sdk-python
Description-Content-Type: text/markdown

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/kuflow/kuflow-sdk-python/blob/master/LICENSE)
[![Python](https://img.shields.io/pypi/pyversions/kuflow-robotframework.svg)](https://pypi.org/project/kuflow-robotframework)
[![PyPI](https://img.shields.io/pypi/v/kuflow-robotframework.svg)](https://pypi.org/project/kuflow-robotframework)

# KuFlow Robot Framework

This library provides keywords to interact with the KuFlow API from a Robot Framework Robot. Its purpose is to facilitate interaction from the robot logic (RPA). Its use helps to keep the manipulation of robot results by Workflow decoupled as much as possible.

List of available keywords:

#### Set Client Authentication

> Configure the client authentication in order to execute keywords against Rest API

#### Append Log Message

> Add a log entry to the task

#### Claim Task

> Allow to claim a task

#### Retrieve Process

> Allow to get a process by ID

#### Retrieve Task

> Allow to get a task by ID

#### Save Element Document

> Save a element task of type document

#### Delete Element Document

> Allow to delete a specific document from an element of document type using its id.

#### Save Element

> Save a element task

#### Delete Element

> Allow to delete task element by specifying the item definition code.

#### Convert To Principal Item

> Given an Id of a Principal user, create an item that represents a reference to the Principal.

#### Convert To Document Item From Uri

> Given an Id of a Document or the URI reference of a Document, create an item that represents a reference to the Document elementand can be used.

## 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).

## License

[MIT License](https://github.com/kuflow/kuflow-sdk-python/blob/master/LICENSE)

