jack-moseley commented on a change in pull request #3297:
URL: https://github.com/apache/gobblin/pull/3297#discussion_r651323024



##########
File path: 
gobblin-restli/gobblin-flow-config-service/gobblin-flow-config-service-api/src/main/idl/org.apache.gobblin.service.flowconfigsV2.restspec.json
##########
@@ -79,7 +79,12 @@
       } ]
     } ],
     "entity" : {
-      "path" : "/flowconfigsV2/{id}"
+      "path" : "/flowconfigsV2/{id}",
+      "actions" : [ {
+        "name" : "triggerExecution",

Review comment:
       Is it? I can think of a couple LI tools that use "trigger" to describe 
an API action, and for example Azkaban uses "trigger" when referring to flows 
launched through data landing or kafka events: 
https://azkaban.readthedocs.io/en/latest/eventTrigger.html
   
   To me, trigger seems like a good way to describe launching a flow that 
exists through a one-time request instead of due to the schedule or because the 
flowConfig was just sent.




-- 
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.

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


Reply via email to