Skip to content

Commit 30651e4

Browse files
committed
Update openapi
1 parent 6647630 commit 30651e4

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

openapi/openapiv2.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10470,6 +10470,10 @@
1047010470
"onConflictOptions": {
1047110471
"$ref": "#/definitions/apiCommonV1OnConflictOptions",
1047210472
"description": "Options for handling conflicts when using ACTIVITY_ID_CONFLICT_POLICY_USE_EXISTING."
10473+
},
10474+
"startDelay": {
10475+
"type": "string",
10476+
"description": "Time to wait before dispatching the first activity."
1047310477
}
1047410478
}
1047510479
},

openapi/openapiv3.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14372,6 +14372,10 @@ components:
1437214372
allOf:
1437314373
- $ref: '#/components/schemas/OnConflictOptions'
1437414374
description: Options for handling conflicts when using ACTIVITY_ID_CONFLICT_POLICY_USE_EXISTING.
14375+
startDelay:
14376+
pattern: ^-?(?:0|[1-9][0-9]{0,11})(?:\.[0-9]{1,9})?s$
14377+
type: string
14378+
description: Time to wait before dispatching the first activity.
1437514379
StartActivityExecutionResponse:
1437614380
type: object
1437714381
properties:

0 commit comments

Comments
 (0)