Commit 50957d1
authored
Add external payload stats to WorkflowExecutionInfo (#689)
_**READ BEFORE MERGING:** All PRs require approval by both Server AND
SDK teams before merging! This is why the number of required approvals
is "2" and not "1"--two reviewers from the same team is NOT sufficient.
If your PR is not approved by someone in BOTH teams, it may be summarily
reverted._
<!-- Describe what has changed in this PR -->
Added external payload size and count to WorkflowExecutionInfo
<!-- Tell your future self why have you made these changes -->
We would like to show external payload stats for workflow execution.
That's why we are adding it to WorkflowExecutionInfo, so that Temporal
UI can call DescribeWorkflowExecution and use the result to show the
total external payload size and count for the workflow execution.
<!-- Are there any breaking changes on binary or code level? -->
No
<!-- If this breaks the Server, please provide the Server PR to merge
right after this PR was merged. -->
N/A1 parent 04edb92 commit 50957d1
File tree
3 files changed
+22
-0
lines changed- openapi
- temporal/api/workflow/v1
3 files changed
+22
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17001 | 17001 | | |
17002 | 17002 | | |
17003 | 17003 | | |
| 17004 | + | |
| 17005 | + | |
| 17006 | + | |
| 17007 | + | |
| 17008 | + | |
| 17009 | + | |
| 17010 | + | |
| 17011 | + | |
| 17012 | + | |
| 17013 | + | |
17004 | 17014 | | |
17005 | 17015 | | |
17006 | 17016 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14474 | 14474 | | |
14475 | 14475 | | |
14476 | 14476 | | |
| 14477 | + | |
| 14478 | + | |
| 14479 | + | |
| 14480 | + | |
| 14481 | + | |
| 14482 | + | |
14477 | 14483 | | |
14478 | 14484 | | |
14479 | 14485 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
101 | 107 | | |
102 | 108 | | |
103 | 109 | | |
| |||
0 commit comments