membphis commented on code in PR #12465:
URL: https://github.com/apache/apisix/pull/12465#discussion_r2244688799


##########
apisix/plugins/workflow.lua:
##########
@@ -157,5 +158,22 @@ function _M.access(conf, ctx)
     end
 end
 
+function _M.log(conf, ctx)
+    for _, rule in ipairs(conf.rules) do
+        local match_result = true
+        if rule.case then
+            local expr, _ = expr.new(rule.case)

Review Comment:
   yes, it is acceptable



-- 
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: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to