spiff-arena/bpmn-js-spiffworkflow/app/spiffworkflow/escalations/index.js

7 lines
233 B
JavaScript

import EscalationPropertiesProvider from './propertiesPanel/EscalationPropertiesProvider';
export default {
__init__: ['escalationPropertiesProvider'],
escalationrrorPropertiesProvider: ['type', EscalationPropertiesProvider],
}