You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: daprdocs/content/en/reference/api/metadata_api.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,9 @@ The metadata API returns information related to Dapr's connection to the app. Th
40
40
### Scheduler connection details
41
41
Information related to the connection to one or more scheduler hosts.
42
42
43
+
### Workflow API runtime details
44
+
Information related to the Workflow API runtime details.
45
+
43
46
### Attributes
44
47
45
48
The metadata API allows you to store additional attribute information in the format of key-value pairs. These are ephemeral in-memory and are not persisted if a sidecar is reloaded. This information should be added at the time of a sidecar creation (for example, after the application has started).
@@ -86,6 +89,7 @@ httpEndpoints | [Metadata API Response HttpEndpoint](#metadataapirespon
86
89
subscriptions | [Metadata API Response Subscription](#metadataapiresponsesubscription)[] | A json encoded array of pub/sub subscriptions metadata.
87
90
appConnectionProperties| [Metadata API Response AppConnectionProperties](#metadataapiresponseappconnectionproperties) | A json encoded object of app connection properties.
88
91
scheduler | [Metadata API Response Scheduler](#metadataapiresponsescheduler) | A json encoded object of scheduler connection properties.
92
+
workflows | [Metadata API Response Workflows](#metadataapiresponseworkflows) | A json encoded object of workflows runtime properties
89
93
90
94
<aid="metadataapiresponseactor"></a>**Metadata API Response Registered Actor**
91
95
@@ -152,6 +156,11 @@ Name | Type | Description
152
156
---- | ---- | -----------
153
157
connected_addresses | string[] | List of strings representing the addresses of the conntected scheduler hosts.
154
158
159
+
<aid="metadataapiresponseworkflows"></a>**Metadata API Response Workflows**
160
+
161
+
Name | Type | Description
162
+
---- | ---- | -----------
163
+
connectedWorkers | integer | Number of connected workflow workers.
0 commit comments