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: content/operate/rs/references/rest-api/requests/actions/_index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -137,7 +137,7 @@ The v2 action object includes the following fields:
137
137
| creation_time | integer | The action's creation time. Unix timestamp in seconds. |
138
138
| name | string | Name of the running or failed state machine |
139
139
| progress | float (range: 0-100) | Percent of completed steps for the action |
140
-
| status |string| The action's status |
140
+
| status |"queued"<br />"running"<br />"completed"<br />"failed"| The action's status |
141
141
| additional_info | JSON object | A dictionary that can include additional information about the action; only included in the response if it contains at least one key-value pair |
142
142
143
143
The `additional_info` object can contain any of the following fields:
@@ -286,7 +286,7 @@ The v2 action object includes the following fields:
286
286
| creation_time | integer | The action's creation time. Unix timestamp in seconds. |
287
287
| name | string | Name of the running or failed state machine |
288
288
| progress | float (range: 0-100) | Percent of completed steps for the action |
289
-
| status |string| The action's status |
289
+
| status |"queued"<br />"running"<br />"completed"<br />"failed"| The action's status |
290
290
| additional_info | JSON object | A dictionary that can include additional information about the action; only included in the response if it contains at least one key-value pair |
291
291
292
292
The `additional_info` object can contain any of the following fields:
0 commit comments