A package containing OpenOrchestrator and OpenOrchestrator Scheduler
Project description
OpenOrchestrator
Read the documentation here.
Package is located at https://pypi.org/project/OpenOrchestrator/
Usage for Orchestrator admins
This module is used to run Orchestrator or Scheduler from the command line.
python -m OpenOrchestrator -o
for orchestrator.
python -m OpenOrchestrator -s
for scheduler.
Usage for RPA developers
Import the connection module to your RPA code and get access to the orchestrator methods;
- logging status to OpenOrchestrator
- getting credentials and constants from OpenOrchestrator
- creating, getting and updating job elements in a queue
Run the code with arguments
python run.py "<process name>" "<connection string>" "<secret key>" "<arguments>"
# run.py
# connect to OpenOprchestrator and log something
from OpenOrchestrator.orchestrator_connection.connection import OrchestratorConnection
oc = OrchestratorConnection.create_connection_from_args()
oc.log_trace("open orchestrator connected.")
Setup
Requires Python 3.10 or later.
Install using pip install OpenOrchestrator
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file openorchestrator-1.3.0.tar.gz
.
File metadata
- Download URL: openorchestrator-1.3.0.tar.gz
- Upload date:
- Size: 31.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 068e6cb9c8312d8d4216ddc807e7a68d1bc3838b832105fc82cd03874cc607a6 |
|
MD5 | 178d19fb1c8274e37fb7d52483345221 |
|
BLAKE2b-256 | 9e8747d9be5b67b4fc07f58c54d0107f4b2f98bcee2d1a12018ea297da1f55cb |
File details
Details for the file OpenOrchestrator-1.3.0-py3-none-any.whl
.
File metadata
- Download URL: OpenOrchestrator-1.3.0-py3-none-any.whl
- Upload date:
- Size: 41.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f5a647c01b0eda0ff92869189b4be5fc261ca1c088eaec4699ae8a3bb6e59d5 |
|
MD5 | 2ddd61351080ff144e3ab0cc01655d76 |
|
BLAKE2b-256 | 4189145e8df6496af133bf531682b4c0e980cd6b6ad11e1b4614f13511aa1961 |