[
https://issues.apache.org/jira/browse/GOBBLIN-2022?focusedWorklogId=911625&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-911625
]
ASF GitHub Bot logged work on GOBBLIN-2022:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 26/Mar/24 15:55
Start Date: 26/Mar/24 15:55
Worklog Time Spent: 10m
Work Description: arjun4084346 commented on code in PR #3896:
URL: https://github.com/apache/gobblin/pull/3896#discussion_r1539545989
##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManagementStateStore.java:
##########
@@ -186,4 +187,9 @@ default void deleteFailedDag(Dag<JobExecutionPlan> dag)
throws IOException {
* Returns a {@link DagManagerMetrics} that monitors dags execution.
*/
DagManagerMetrics getDagManagerMetrics();
+
+ /**
+ * Returns job status or empty optional if job status is not present in the
JobStatusStore.
+ */
+ Optional<JobStatus> getJobStatus(String flowGroup, String flowName, long
flowExecutionId, String jobGroup, String jobName);
Review Comment:
Oh yes!
Issue Time Tracking
-------------------
Worklog Id: (was: 911625)
Time Spent: 6h (was: 5h 50m)
> create dag proc for taking actions on job completion
> ----------------------------------------------------
>
> Key: GOBBLIN-2022
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2022
> Project: Apache Gobblin
> Issue Type: Task
> Reporter: Arjun Singh Bora
> Priority: Major
> Time Spent: 6h
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)