BPS360 F02 BPMN
BPS360 F02 BPMN
A default path can optionally be identified to be taken in the event that none of the
conditional expressions evaluate to true. If a default path is not specified and the
Process is executed such that none of the conditional Expressions evaluates to true,
a runtime exception occurs.
WSO2 BPS supports invoking rest endpoints out of the box. Follow the following
steps to add a RESTTask to your workflow using Activity BPMN 2.0 designer.
BPMN SOAP tasks allows you to invoke partner services/web services within your
BPMN processes. This can be achieved by adding a Service Task and handling the
SOAP invocation part in a level implementation. BPS has provided this functionality
out of the box to avoid the difficulty of doing implementations by developers.
In order to add a SOAP task to a BPMN process, you need to add a Java task in
place of the process where you need to do the invocation.
serviceURL - Endpoint url of the partner service
Payload - Request payload which is attached to the SOAP body when creating
the SOAP request
outputVariable - Name of the variable to save response
soapVersion - Soap version to be used when creating the SOAP request
Headers - SOAP header block which is attached to the SOAP header when
creating the SOAP request
transportHeaders - header values in the format
"headerName1:headerVal ue1,headerName2:header
Value2"
Only the core functionality of the REST API is addressed in this topic. In addition to
the functionality mentioned in this topic, there is more REST API functionality as well.
All this additional functionality is provided by the Activiti REST API. Refer to the
Activiti User Guide for more information.
Only the core functionality of the REST API is addressed in this topic. In addition to
the functionality mentioned in this topic, there is more REST API functionality as well.
All this additional functionality is provided by the Activiti REST API. Refer to the
Activiti User Guide for more information.