Git Product home page Git Product logo

talos's Introduction

Talos - a BPMS-to-RPAS bridge system

Talos is a tool that acts as bridge between robotic process automation systems and business process management systems. It allows BPM systems to use RPA systems as delegates for the execution of certain tasks.

Usage

Talos is available as maven depencency (see packages). It provides TalosCore as main class. This core class provides the runProcess method that can be called from an adapter on BPMS side to execute an RPA process. The core then directs the execution of this process via an adapter that conforms the RPASAdapter interface.

RPAS adapters are loaded to Talos via Java 9 ServiceLoader and Jigsaw Modules. Projects that want to provide an adapter implementation (e.g. with class "AdapterClass") must include provides RPASAdapter with AdapterClass; in their respective module-info.java. The adapter class can additionally be annotated with @ProviderName. This allows the class to be found by a different identifier than class name.

Examples

An example implementation for the RPASAdapter can be found in the TalosUiPath subproject, which implements the adapter for the UiPath RPAS. More information can be found in the project's subfolder, and its artifact can be found as maven package under packages.

An example usage of Talos as whole can be found in the TalosCamunda subproject of this repository. It includes an implementation of a BPMS adapter for the Camunda BPMN Workflow Engine and uses the UiPath RPAS adapter implementation. A prepackaged .war can be downloaded under packages and is ready for deployment to Camunda.

talos's People

Contributors

leonbein avatar maximiliankoenig avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.