mirror of https://github.com/dapr/docs.git
Merge branch 'v1.12' into fix-3303
This commit is contained in:
commit
cf06d9510d
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue