Fixed issues with the worker run with agent

This commit is contained in:
Frikky
2026-02-11 13:33:48 +01:00
parent 7cd154d80e
commit cd4ddcc2a0
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1522,7 +1522,7 @@ func handleExecutionResult(workflowExecution shuffle.WorkflowExecution) {
} else if strings.ToLower(param.Name) == "action" {
param.Value = strings.ReplaceAll("Nothing,", " ", "")
param.Value = strings.ReplaceAll("Nothing", " ", "")
inputParamValue = param.Value
allowedActions = param.Value
}
}