Merge branch 'v1.12' into fix-3303

This commit is contained in:
Hannah Hunter 2024-02-02 10:55:52 -05:00 committed by GitHub
commit cf06d9510d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 7 deletions

View File

@ -235,7 +235,7 @@ The API call will provide a JSON response similar to this:
Parameter | Description
--------- | -----------
`runtimeStatus` | The status of the workflow instance. Values include: `RUNNING`, `TERMINATED`, `PAUSED`
`runtimeStatus` | The status of the workflow instance. Values include: `"RUNNING"`, `"COMPLETED"`, `"CONTINUED_AS_NEW"`, `"FAILED"`, `"CANCELED"`, `"TERMINATED"`, `"PENDING"`, `"SUSPENDED"`
## Component format

View File

@ -30,18 +30,14 @@ spec:
value: <PASSWORD>
- name: enableTLS
value: <bool> # Optional. Allowed: true, false.
- name: failover
value: <bool> # Optional. Allowed: true, false.
- name: sentinelMasterName
value: <string> # Optional
- name: maxRetries
value: # Optional
- name: maxRetryBackoff
value: # Optional
- name: failover
value: # Optional
value: <bool> # Optional. Allowed: true, false.
- name: sentinelMasterName
value: # Optional
value: <string> # Optional
- name: redeliverInterval
value: # Optional
- name: processingTimeout