Commit 3a30adc
authored
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 84b0a5f commit 3a30adc
3 files changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11210 | 11210 | | |
11211 | 11211 | | |
11212 | 11212 | | |
| 11213 | + | |
| 11214 | + | |
| 11215 | + | |
| 11216 | + | |
11213 | 11217 | | |
11214 | 11218 | | |
11215 | 11219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15379 | 15379 | | |
15380 | 15380 | | |
15381 | 15381 | | |
| 15382 | + | |
| 15383 | + | |
| 15384 | + | |
| 15385 | + | |
15382 | 15386 | | |
15383 | 15387 | | |
15384 | 15388 | | |
| |||
| 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