|
Description:
|
SWITCHYARD-1138 added 3 new params (to the existing 2) that affect behavior of the SwitchYardServiceTaskHandler. SWITCHYARD-1146 added these params to the jBPM 5 Process Editor. We need to add all 5 to the BPMN2 Modeler:
1. ServiceName
- type: string
- existence: required
- default: null
- description: The name of the SwitchYard service to invoke.
2. ServiceOperationName
- type: string
- existence: optional
- default: null
- description: The name of the operation within the SwitchYard service to invoke.
3. FaultResultName
- type: string
- existence: optional
- default: null
- description: The name of the output parameter (result variable) the fault (Exception) will be stored under.
4. FaultEventType
- type: string
- existence: optional
- default: null
- description: The event type (signal id) that will be used to signal an event in the same process instance. The event object will be the fault (Exception).
5. CompleteAfterFault
- type: boolean (although stored as a string)
- existence: optional
- default: null (although null == true at runtime)
- description: After a fault occurs, whether or not to complete the current work item (SwitchYard Service task).
|