Petals-SE-Flowable 1.1.2+

compared with
Current by Christophe DENEUX
on Dec 12, 2018 17:40.

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

Changes (2)

View Page History
* message name: \{http://petals.ow2.org/se/flowable/faults/1.0}messageName |

A such operation can be defined for each intermediate message catch event of the process definition to complete. Don't forget to define the variable types in the WSDL.

{code:title=WSDL mapping sample}
<flowable:operation processDefinitionId="order" action="intermediateMessageCatch" message-event-name="paymentReceived"/>
<flowable:processId>/*[local-name()='paymentReceivedRequest']/*[local-name()='orderId']</flowable:processId>
<flowable:variable name="checkNumber" type="string">
/*[local-name()='paymentReceivedRequest']/*[local-name()='checkNumber']
</flowable:variable>