Petals-SE-Flowable 1.3.0+

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

Changes (4)

View Page History

This version of the component is based on:
* [Flowable|https://www.flowable.org/] v6.4.2-PETALS-0 (official v6.4.2 completed with [few contributions of Petals team|https://github.com/petalslink/flowable-engine/tree/petals-version-6.4.2.x]) as embedded BPMN engine. Flowable extensions can be used at the runtime level,
* [Eclipse Jetty|http://www.eclipse.org/jetty/] v9.4.11.v20180605 as HTTP server for Flowable REST API.

* 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.

{code}

See operation details to know if variables can be set.
No extra check is done by the SE Flowable about the compliance of the variable with the process definition.

{color:red}*TODO. Les types ?; les arborescences*{color}

h4. Identifying output parameters of operations