diff --git a/frontend/src/views/AngularWorkflow.jsx b/frontend/src/views/AngularWorkflow.jsx
index 7edf7894..8a19fbed 100644
--- a/frontend/src/views/AngularWorkflow.jsx
+++ b/frontend/src/views/AngularWorkflow.jsx
@@ -2853,7 +2853,7 @@ const AngularWorkflow = (props) => {
))}
- } else if (data.variant === "STATIC_VALUE") {
+ } else if (data.variant === "STATIC_VALUE") {
staticcolor = "#f85a3e"
} else if (data.variant === "ACTION_RESULT") {
// Gets the parents of the current node
@@ -3137,6 +3137,8 @@ const AngularWorkflow = (props) => {
return (
+
+
{data.configuration === true ?
{
@@ -3149,32 +3151,37 @@ const AngularWorkflow = (props) => {
{data.name}
-
- {
+
+ {selectedActionParameters[count].options !== undefined && selectedActionParameters[count].options !== null && selectedActionParameters[count].options.length > 0 ? null :
+
+
+ {
+ e.preventDefault()
+ changeActionParameterVariant("STATIC_VALUE", count)
+ }}>
+
+
+
+ |
+
+ {
e.preventDefault()
- changeActionParameterVariant("STATIC_VALUE", count)
+ changeActionParameterVariant("ACTION_RESULT", count)
}}>
-
-
-
- |
-
- {
- e.preventDefault()
- changeActionParameterVariant("ACTION_RESULT", count)
- }}>
-
-
-
- |
-
- {
- e.preventDefault()
- changeActionParameterVariant("WORKFLOW_VARIABLE", count)
- }}>
-
-
-
+
+
+
+ |
+
+ {
+ e.preventDefault()
+ changeActionParameterVariant("WORKFLOW_VARIABLE", count)
+ }}>
+
+
+
+
+ }
{datafield}
{showDropdown && showDropdownNumber === count && data.variant === "STATIC_VALUE" && jsonList.length > 0 ?