GithubHelp home page GithubHelp logo

rundeck-uipath-plugin's Introduction

This Rundeck plugin adds a workflow step to trigger a job in a UiPath instance.

Requirements

  • Python 3

Tested in RHEL9 with Python3.11.

Installation

Install in the usual way, eg following Rundeck docs.

Configure in your project or framework properties, eg:

framework.plugin.WorkflowStep.uipath-job-start.url = https://myUiPathServer
framework.plugin.WorkflowStep.uipath-job-start.tenancy = myTenancy
framework.plugin.WorkflowStep.uipath-job-start.username = myUiPathUser
framework.plugin.WorkflowStep.uipath-job-start.password_storage_path = keys/myUiPathPassword

Optionally a proxy may be set:

framework.plugin.WorkflowStep.uipath-job-start.proxy = https://myproxy:8080

Troubleshooting

If your UiPath instance uses SSL and is signed using a CA not included in the Python bundle you may see certificate verify failed: unable to get local issuer certificate when trying to connect. If you have saved the CA to your operating system certs you may which to include that path for Python to access. On Linux edit the rundeck user's .bashrc file to include the following (example for Red Hat / CentOS):

export REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-bundle.crt

Usage

Add as a step. You'll need to provide the following information:

  • Release key
  • Folder path or organization ID
  • Robot user name
  • Robot machine name
  • Any input argments (optional)

Contributing

Issues and pull requests welcome!

rundeck-uipath-plugin's People

Contributors

gaddman avatar

Watchers

 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.