composition readonly implementation
[sdc/sdc-workflow-designer.git] / workflow-designer-ui / src / main / frontend / src / features / version / composition / compositionConstants.js
index 79c7e8e..7aaa656 100644 (file)
@@ -27,3 +27,9 @@ export const PROCESS_DEFAULT_ID = 'Process_1';
 
 export const COMPOSITION_ERROR_COLOR = '#f0c2c2';
 export const COMPOSITION_VALID_COLOR = 'white';
+
+export const CAMUNDA_PANEL_INPUTS_NAMES = [
+    'camunda-parameterType-text',
+    'camunda-documentation',
+    'camunda-name'
+];