mistral/mistral/actions
Nikolay Mahotkin bc0838aa15 Fix convert params and result in AdHocAction
* Fixed wrong convertation of action params and result.
   In action parameters we can have an arbitrary dict, so
   this dict can contain lists, or other dicts. To convert
   params we should apply converter dict to base spec params
   and action result accordingly.

Change-Id: I7549931c69637dfdf2bfa6583b8a78f8589b40b4
2014-04-18 14:24:54 +04:00
..
__init__.py BP mistral-actions-design (add new actions package) 2014-04-14 19:24:27 +07:00
action_factory.py BP mistral-actions-design (raw action spec -> ActionSpec) 2014-04-14 19:24:37 +07:00
base.py BP mistral-actions-design (Mistral HTTP action) 2014-04-14 19:24:37 +07:00
std_actions.py Fix convert params and result in AdHocAction 2014-04-18 14:24:54 +04:00