Commit c765266
authored
Add activity options to the pending activity info (#586)
_**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 -->
**What changed?**
Add activity options to the pending activity info
<!-- Tell your future self why have you made these changes -->
**Why?**
If activity options where changed - there is no "official" way to users
to know what are the current options.
UI should display current options, so we will provide them as a part of
DescribeWorfklow response.
Thus we add activity options to the pending activity info, which will be
a part of DescribeWorfklow response.
<!-- Are there any breaking changes on binary or code level? -->
**Breaking changes**
No1 parent e244d68 commit c765266
File tree
3 files changed
+12
-0
lines changed- openapi
- temporal/api/workflow/v1
3 files changed
+12
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11771 | 11771 | | |
11772 | 11772 | | |
11773 | 11773 | | |
| 11774 | + | |
| 11775 | + | |
| 11776 | + | |
| 11777 | + | |
11774 | 11778 | | |
11775 | 11779 | | |
11776 | 11780 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8859 | 8859 | | |
8860 | 8860 | | |
8861 | 8861 | | |
| 8862 | + | |
| 8863 | + | |
| 8864 | + | |
| 8865 | + | |
8862 | 8866 | | |
8863 | 8867 | | |
8864 | 8868 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
322 | 323 | | |
323 | 324 | | |
324 | 325 | | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
325 | 329 | | |
326 | 330 | | |
327 | 331 | | |
| |||
0 commit comments