python-mistralclient 1:4.4.0-0ubuntu1 source package in Ubuntu
Changelog
python-mistralclient (1:4.4.0-0ubuntu1) kinetic; urgency=medium * New upstream release for OpenStack Zed. * d/control: Switch to debhelper compat 13. * d/control: Update standards version to 4.6.1. -- Corey Bryant <email address hidden> Tue, 31 May 2022 14:47:35 -0400
Upload details
- Uploaded by:
- Corey Bryant
- Uploaded to:
- Kinetic
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-mistralclient_4.4.0.orig.tar.gz | 105.3 KiB | d0aa05f1751cba6f906d7c8053ff41da14dc83a98291ddda574b3ea93b5d4b20 |
python-mistralclient_4.4.0-0ubuntu1.debian.tar.xz | 4.7 KiB | c5777b5b97645c218b86f84a2c826d58c22ad42547869948573aafaf0ce7ef32 |
python-mistralclient_4.4.0-0ubuntu1.dsc | 3.0 KiB | 4d591fbb528ca26658d5fe0fdbe78d4c1079557d7b431772cedd61e934c366c4 |
Available diffs
- diff from 1:4.3.0-0ubuntu1 to 1:4.4.0-0ubuntu1 (968 bytes)
Binary packages built by this source
- python3-mistralclient: OpenStack Workflow as a Service client - Python 3.x
Mistral is a task management service. It is also known as Workflow as a
Service. Most business processes consist of multiple distinct interconnected
steps that need to be executed in a particular order in a distributed
environment. One can describe such process as a set of tasks and task
relations and upload such description to Mistral so that it takes care of
state management, correct execution order, task distribution and high
availability. Mistral also provides flexible task scheduling so that users can
run a process according to a specified schedule (i.e. every Sunday at 4.00pm)
instead of running it immediately. Such set of tasks and dependencies between
them is called a workflow. Independent routes in a workflow (which, in fact,
is a graph) are called flows and Mistral can execute them in parallel.
.
This package provides a cli and a Python 3.x client module.