nic-6443 commented on code in PR #13862:
URL: https://github.com/apache/apisix/pull/13862#discussion_r3964298011


##########
apisix/plugins/workflow.lua:
##########
@@ -45,9 +45,14 @@ local schema = {
                     },
                     actions = {
                         type = "array",
+                        minItems = 1,

Review Comment:
   I've checked the code. Currently it only supports one action, and the array 
length inside each action can only be 2. Therefore, a maxItem limit should also 
be added.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to