Issue Type: Bug Bug
Affects Versions: 1.0
Assignee: Rob Cernich
Components: tooling
Created: 22/Aug/13 4:37 PM
Description:

When editing the custom SwitchYard Service Task, there is an attribute with a label called "Fault Action". The correct i/o param that gets set should be "FaultAction", however what actually gets set is "FaultWorkItemAction":

So this:
<bpmn2:dataInput id="DataInput_6" name="FaultWorkItemAction"/>

Should really be this:
<bpmn2:dataInput id="DataInput_6" name="FaultAction"/>

Additionally, per the advent of SWITCHYARD-1606, a new FaultAction has been introduced. Previously there was ABORT, COMPLETE, THROW, and <null>. We need to add SKIP. "SKIP" as a value preserves the old default behavior of <null> before SWITCHYARD-1606. Now, the default for <null> is THROW, so SKIP needs to be added.

Fix Versions: 1.1
Project: SwitchYard
Priority: Critical Critical
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