Skip to content

Commit

Permalink
Add clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
kathy-t committed Feb 26, 2024
1 parent 648f988 commit cadb648
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ public List<TaskExecutions> getTaskExecutionsWithMetric(List<TaskExecutions> tas
}

/**
* Aggregates TaskExecutions that belong to a single workflow run into a workflow-level RunExecution. Does NOT check that the resulting workflow run is valid.
* Aggregates TaskExecutions that belong to a single workflow run into a workflow-level RunExecution.
* Does NOT check that the resulting workflow run is valid. The validity check is done when workflow executions are aggregated so that the aggregator can recognize that task metrics were skipped.
* @param taskExecutionsForOneWorkflowRun
* @return
*/
Expand Down

0 comments on commit cadb648

Please sign in to comment.