arjun4084346 commented on code in PR #3950:
URL: https://github.com/apache/gobblin/pull/3950#discussion_r1604397031
##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagActionStore.java:
##########
@@ -45,6 +47,7 @@ class DagAction {
final String flowExecutionId;
final String jobName;
final DagActionType dagActionType;
+ boolean isReminder = false;
Review Comment:
to differentiate a triggered dag action from a natural dag action in dag
task stream impl.
--
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]