fix(replace): change escalation event from catching to throwing

Closes #411
This commit is contained in:
pedesen 2015-11-12 17:07:42 +01:00 committed by Nico Rehwaldt
parent 0a33d7c2b4
commit 80d1969274
1 changed files with 4 additions and 4 deletions

View File

@ -116,11 +116,11 @@ module.exports.INTERMEDIATE_EVENT = [
}
},
{
label: 'Escalation Intermediate Catch Event',
actionName: 'replace-with-escalation-intermediate-catch',
className: 'icon-intermediate-event-catch-escalation',
label: 'Escalation Intermediate Throw Event',
actionName: 'replace-with-escalation-intermediate-throw',
className: 'icon-intermediate-event-throw-escalation',
target: {
type: 'bpmn:IntermediateCatchEvent',
type: 'bpmn:IntermediateThrowEvent',
eventDefinition: 'bpmn:EscalationEventDefinition'
}
},