Commit 4404ed0
Add start delay field to StartActivityExecutionRequest (#767)
**What changed?**
Added a start_delay field to StartActivityExecutionRequest in the proto
definition and updated the OpenAPI specs accordingly.
**Why?**
To allow callers to specify a delay before the first standalone activity
task is dispatched, matching the existing start delay capability
available for workflow-started activities.1 parent b8f65aa commit 4404ed0
3 files changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11298 | 11298 | | |
11299 | 11299 | | |
11300 | 11300 | | |
| 11301 | + | |
| 11302 | + | |
| 11303 | + | |
| 11304 | + | |
11301 | 11305 | | |
11302 | 11306 | | |
11303 | 11307 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15430 | 15430 | | |
15431 | 15431 | | |
15432 | 15432 | | |
| 15433 | + | |
| 15434 | + | |
| 15435 | + | |
| 15436 | + | |
15433 | 15437 | | |
15434 | 15438 | | |
15435 | 15439 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3001 | 3001 | | |
3002 | 3002 | | |
3003 | 3003 | | |
| 3004 | + | |
| 3005 | + | |
3004 | 3006 | | |
3005 | 3007 | | |
3006 | 3008 | | |
| |||
0 commit comments