Petals-SE-BPMN2 1.0.0-SNAPSHOT

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

Changes (12)

View Page History
The XSL parameters available to generate the service output reply are:
|| XSL parameter name || Type || Description ||
| Namespace: {{\{http://petals.ow2.org/se/bpmn/output-params/1.0/special}}}
Local part: {{processInstanceId}} | String | Identifier of the process instance created |
| Namespace: {{\{http://petals.ow2.org/se/bpmn/output-params/1.0/special}}}
Local part: {{userId}} | String | The user identifier used to create the process instance |
| Namespace: {{\{http://petals.ow2.org/se/bpmn/output-params/1.0/process-instance}}}
Local part: <variable-name> {{variable-name}} | String | Process instance variables. <variable-name> is the name of a process instance variable. |

It is possible to map several operations of the WSDL to the creation of process instances, but this has perhaps no sens.
The XSL parameters available to generate the service output reply are:
|| XSL parameter name || Type || Description ||
| Namespace: {{\{http://petals.ow2.org/se/bpmn/output-params/1.0/special}}}
Local part: {{userId}} | String | The user identifier used to create the process instance |
| Namespace: {{\{http://petals.ow2.org/se/bpmn/output-params/1.0/process-instance}}}
Local part: <variable-name> {{variable-name}} | String | Process instance variables. <variable-name> is the name of a process instance variable. |
| Namespace: {{\{http://petals.ow2.org/se/bpmn/output-params/1.0/task}}}
Local part: <variable-name> {{variable-name}} | String | Task local variables. <variable-name> is the name of a task local variable. |

A such operation is defined for each task of the process definition to complete. {color:red}*C'est le cas d'un service par tache à terminer. Essayer de mieux expliquer.*{color}.