Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datakurre/parrot-rcc
Zeebe external task Robot Framework RCC client
https://github.com/datakurre/parrot-rcc
Last synced: 3 months ago
JSON representation
Zeebe external task Robot Framework RCC client
- Host: GitHub
- URL: https://github.com/datakurre/parrot-rcc
- Owner: datakurre
- License: bsd-3-clause
- Created: 2022-05-20T13:57:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-11T08:59:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-03T12:42:41.699Z (4 months ago)
- Language: Python
- Size: 187 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`parrot-rcc` mimics https://pypi.org/project/carrot-rcc/ for Zeebe.
`parrot-rcc` is Work in progress.
```
Usage: parrot-rcc [OPTIONS] [ROBOTS]...Zeebe external task Robot Framework RCC client
ROBOTS are RCC compatible automation code packages, which are most often
created with `rcc robot wrap [-z robot.zip]`. They can also be passed as a
space separated env RCC_ROBOTSOptions:
--business-key TEXT Used instead of process id for work item
files at S3 compatible storage
--rcc-executable TEXT
--rcc-controller TEXT
--rcc-fixed-spaces Allows RCC to execute multiple tasks
concurrently in the same dependency
environment.
--rcc-s3-url TEXT Base URL of the S3 compatible service used
to store execution artifacts and work item
files.
--rcc-s3-access-key-id TEXT
--rcc-s3-secret-access-key TEXT
--rcc-s3-region TEXT
--rcc-s3-bucket-logs TEXT
--rcc-s3-bucket-data TEXT
--rcc-s3-url-expires-in INTEGER
Amount of seconds after generated presigned
URLs to download S3 stored files without
further authorization expire.
--rcc-telemetry
--task-timeout-ms INTEGER
--task-max-jobs INTEGER
--zeebe-hostname TEXT
--zeebe-port INTEGER
--camunda-client-id TEXT
--camunda-client-secret TEXT
--camunda-cluster-id TEXT
--camunda-region TEXT
--log-level TEXT
--debug
--help Show this message and exit.
```