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 (2)

View Page History
h4. Identifying input parameters of operations

In the same way, input parameters of operations are mapped through an annotation annotations placed inside the message of the binding operation. Two natures of input parameters exists:
* the expected input parameters
* and, variables.

Expected input parameters are declared using dedicated annotation according to the operation:
|| Value of {{bpmn:operation[action}]} the attribute {{action}} of the annotation {{bpmn:operation}} || Operation executed on the process engine ||
| {{startEvent}} | Expected input parameters are: the process identifier and the user identifier. See [Associating an operation to the creation of an process definition instance|#associating_startEvent] for more information on the declaration of this parameter. |
| {{userTask}} | Expected input parameters are: the process instance identifier and the user identifier. See [Associating an operation to the completion of a process instance task|#associating_userTask] for more information on the declaration of these parameters. |