12d7056def
* Access to new task properties: input, onSuccess, OnError; any task property * 'dependsOn' is renamed to 'requires' and returns dict object which contains conditions of task transition. DSL can be defined either: task3: requires: [task1, task2] or: task3: requires: task1: condition1 (or empty) task2: condition2 (or empty) Change-Id: Ic3ab5754443100e101f04260d9054b0a604fcd6d |
||
---|---|---|
.. | ||
demo_app | ||
README.md | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
tox.ini |
Mistral Demo app
This mini-project demonstrates basic Mistral capabilities.
Installation
First of all, in a shell run:
tox
This will install necessary virtual environments and run all the project tests. Installing virtual environments may take significant time (~10-15 mins).
Then make a sym-link to mistralclient package
cd mistral-demo-app *ln -s mistralclient
Running Mistral Demo app server
To run Mistral Demo app server perform the following commands in a shell:
tox -evenv -- python demo_app/cmd/main.py
Then it will automatically upload necessary workbook and run workflow.