Fix the yaql github repository
Change-Id: I0a4320a3f2169ee75b1a9809f89c115878d05d20 Closes-Bug: #1581973
This commit is contained in:
parent
627145b311
commit
32b0121720
@ -7,7 +7,7 @@ Task result / Data Flow
|
||||
|
||||
Mistral supports transferring data from one task to another. In other words, if *taskA* produces a value then
|
||||
*taskB* which follows *taskA* can use it. In order to use this data Mistral relies on query language called
|
||||
`YAQL <https://github.com/stackforge/yaql>`_. YAQL is powerful yet simple tool that allows to filter needed information,
|
||||
`YAQL <https://github.com/openstack/yaql>`_. YAQL is powerful yet simple tool that allows to filter needed information,
|
||||
transform data and call functions. Find more information about it in
|
||||
`YAQL official documentation <http://yaql.readthedocs.org>`_ . This mechanism allowing to transfer data plays one of the
|
||||
central roles in workflow concept and is referred to as Data Flow.
|
||||
|
Loading…
Reference in New Issue
Block a user