Issue Type: Feature Request Feature Request
Affects Versions: 0.6
Assignee: Brian Fitzpatrick
Components: tooling
Created: 31/Oct/12 11:04 AM
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).
Project: SwitchYard
Priority: Major Major
Reporter: David Ward
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira