Petals-SE-Flowable 1.3.1+

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (2)

View Page History
* its attribute *{{name}}* defines the variable name used in the process definition.
* its content defines the value to set to the variable using an XPath expression.
Supported variable types are the one supported by Flowable variable: {{string}}, {{long}}, {{double}}, {{enum}}, {{date}}, {{boolean}} and {{json}}. For variable type "{{json}}", the XML node resulting of the XPath expression is automatically converted into JSON. No extra check is done by the SE Flowable about the compliance of the variable value with the process definition.

Supported variable types are the one supported by Flowable variable: {{string}}, {{long}}, {{double}}, {{enum}}, {{date}}, {{boolean}} and {{json}}. No extra check is done by the SE Flowable about the compliance of the variable value with the process definition.
For variable type "{{json}}", the XML node resulting of the XPath expression is automatically converted into JSON. The following extra attrbiutes can be used to drive the definition of a JSON variable:
* {{json-pre-xsl}}: Name of the XSL to execute on the XPath result before converting into JSON,
* {{json-pre-xsl-result-json}}: {{true}} if the result of the XSL transformation on the XPath result is in JSON format; {{false}} if the result is in XML format and must be converted into JSON,
* {{json-virtual-root}}: XML element use for wrapping the JSON root element.


{code}
<flowable:variable name="numberOfDays">