UNPKG

@camunda/execution-platform

Version:

Add execution platform meta-data to BPMN and DMN diagrams

8 lines (7 loc) 356 B
import ExecutionPlatform from './ExecutionPlatform'; import UpdateExecutionPlatformCommand from './cmd/UpdateExecutionPlatformCommand'; export default { __init__: [ 'executionPlatform', 'updateExecutionPlatformCommand' ], executionPlatform: [ 'type', ExecutionPlatform ], updateExecutionPlatformCommand: [ 'type', UpdateExecutionPlatformCommand ] };