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

https://github.com/simsieg/rpa-decisions


https://github.com/simsieg/rpa-decisions

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Decision Management for Robotic Process Automation

This repository contains various approaches to implement decisions within RPA. Therefore, the open source version of the RPA software Automagica is used and adapted.

## Installation

To install Automagica, refer to [this guide](./automagica-setup).

The additional required setups are described within each implementation approach.

## Implementations

Four implementations to represent decisions within RPA are demonstrated.

### Explicitly Modeled Decisions

Refer to [this guide](./explicit).

### Human-Made Decisions

Refer to [this guide](./human).

### Embedded Decision Engine

Refer to [this guide](./embedded).

### Embedded Decision Engine

Refer to [this guide](./external).