mistral/mistral/tests/unit/workflow
Renat Akhmerov 93a33c169d Changing publishing mechanism to allow referencing context variables
* All previously published variables can be now access using '$.'
  as in other places. E.g., if we had variable 'var1' in the context
  we can use '$.var1' to access it in 'publish'.
* Action/workflow result can be referenced using "$.taskName.".
  E.g, if task name is 'task0' and its action/workflow returned {x: y}
  then 'x' can be referenced using '$.task0.x' in 'publish'.
* Fixed a lot of unit tests
* Fixed with-items implementation (part related to task output)

Change-Id: Ib7532572dd677b517efd40a812cd3633b5de756f
Closes-Bug: #1412635
2015-01-27 17:14:35 +06:00
..
__init__.py Implementing DSL specification v2 (partially) 2014-08-13 11:14:29 +07:00
test_direct_workflow.py Changing publishing mechanism to allow referencing context variables 2015-01-27 17:14:35 +06:00
test_reverse_workflow.py Adding 'name' and 'tags' into workbook spec 2014-09-21 23:12:35 -07:00
test_states.py Renaming 'stop_workflow' to 'pause_workflow' 2014-09-15 12:31:32 -07:00
test_with_items.py Changing publishing mechanism to allow referencing context variables 2015-01-27 17:14:35 +06:00