Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions schema/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ $defs:
description: The hostname of the GRPC service to call.
port:
type: integer
min: 0
max: 65535
minimum: 0
maximum: 65535
description: The port number of the GRPC service to call.
authentication:
$ref: '#/$defs/referenceableAuthenticationPolicy'
Expand Down Expand Up @@ -621,7 +621,6 @@ $defs:
description: The amount of time to wait.
$ref: '#/$defs/duration'
flowDirective:
additionalProperties: false
anyOf:
- type: string
enum: [ continue, exit, end ]
Expand Down