diff --git a/components/process-flow/ApiNodeConfiguration.vue b/components/process-flow/ApiNodeConfiguration.vue index 01f8d1c..c805a99 100644 --- a/components/process-flow/ApiNodeConfiguration.vue +++ b/components/process-flow/ApiNodeConfiguration.vue @@ -1,6 +1,6 @@ + + + + \ No newline at end of file diff --git a/components/process-flow/BusinessRuleNodeConfigurationModal.vue b/components/process-flow/BusinessRuleNodeConfigurationModal.vue new file mode 100644 index 0000000..8005f56 --- /dev/null +++ b/components/process-flow/BusinessRuleNodeConfigurationModal.vue @@ -0,0 +1,78 @@ + + + \ No newline at end of file diff --git a/components/process-flow/FormNodeConfiguration.vue b/components/process-flow/FormNodeConfiguration.vue index 8c51f4f..a30d4e2 100644 --- a/components/process-flow/FormNodeConfiguration.vue +++ b/components/process-flow/FormNodeConfiguration.vue @@ -1,6 +1,6 @@ + + + + + + + + + + + + @@ -942,6 +1002,13 @@ const handleTaskNodeUpdate = (updatedData) => { border: 1px solid #ddd; } +:deep(.node-business-rule) { + min-width: 160px; + background: white; + border: 1px solid #ddd; + border-left: 4px solid #9333ea; /* Purple border to match our icon color */ +} + :deep(.node-details) { margin-top: 8px; font-size: 0.75rem;