File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 },
Original file line number Diff line number Diff 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:
You can’t perform that action at this time.
0 commit comments