deb-mistral/mistral-demo-app/demo_app
Nikolay Mahotkin 12d7056def Add new access methods in DSL parser
* 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
2014-01-17 13:06:27 +04:00
..
api Adjusting all license headers in python files so they look the same 2013-12-30 13:27:06 +07:00
cmd Add demo app for Mistral 2013-12-25 17:41:13 +04:00
__init__.py Add demo app for Mistral 2013-12-25 17:41:13 +04:00
config.py Add demo app for Mistral 2013-12-25 17:41:13 +04:00
demo.yaml Add new access methods in DSL parser 2014-01-17 13:06:27 +04:00
tasks.py Add demo app for Mistral 2013-12-25 17:41:13 +04:00
version.py Adjusting all license headers in python files so they look the same 2013-12-30 13:27:06 +07:00