fix(replace): change escalation event from catching to throwing
Closes #411
This commit is contained in:
parent
0a33d7c2b4
commit
80d1969274
|
@ -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'
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue