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