From 6202c890babc057099f0bfe1c582a77d8a7640d8 Mon Sep 17 00:00:00 2001 From: Stan Lagun Date: Tue, 27 Aug 2013 19:59:40 +0400 Subject: [PATCH] Typos in workflow documentation Change-Id: I6c574c79a2950f852c0ad7db7f0c434878213a54 --- .../src/docbkx/content/workflows.xml | 38 ++++++++++--------- 1 file changed, 21 insertions(+), 17 deletions(-) diff --git a/src/murano-manual/src/docbkx/content/workflows.xml b/src/murano-manual/src/docbkx/content/workflows.xml index 469137a..39686f7 100644 --- a/src/murano-manual/src/docbkx/content/workflows.xml +++ b/src/murano-manual/src/docbkx/content/workflows.xml @@ -61,7 +61,7 @@ def bar(**kwargs): return "bar" - then - ]]> will result in foo(body = 'foo - bar') + then - ]]> will result in func(body = 'foo - bar') Function parameters can also be function calls using ]]> tag @@ -254,7 +254,7 @@ For both list and map functions names of item nodes ("item" in examples above) i } ] ]]> - ]]> is "acme.loc" and ]]> is "MyDataCenter" + ]]> is "acme.loc" and ]]> is "MyDataCenter" The path also supports drill-down notation: @@ -290,7 +290,7 @@ For both list and map functions names of item nodes ("item" in examples above) i ]]> is similar to ]]>, but returns only the first value matched by a JSONPath query or None. - Object Model can also be modified using ]]>function. ]]>is very similar to ]]>with the only difference in that is writes value while ]]>reads it: + Object Model can also be modified using ]]>function. ]]>is very similar to ]]>with the only difference in that ]]> writes values while ]]>reads them: dc02 ]]> changes unit name (eg. the object pointed by current cursor position) to "dc02". ]]> can also introduce new attributes, event nested ones: value ]]> creates new attribute "newProperty" with given value, @@ -306,7 +306,7 @@ For both list and map functions names of item nodes ("item" in examples above) i Function context may be considered as a key-value storage. If a key does not exist in current context then parent context is searched for the key. Data may be published to function context using ordinary ]]>function by using path in a form of "#key": - value ]]>sets "myKey" function context value to "value". + value ]]>sets "myKey" function context value to "value". This value may be later accessed in inner block using select: ]]> @@ -515,19 +515,22 @@ For both list and map functions names of item nodes ("item" in examples above) i Example of execution plan: @@ -536,7 +539,8 @@ For both list and map functions names of item nodes ("item" in examples above) i