Skip to content

Commit c24e260

Browse files
feat(workflowexecutions): update the api
#### workflowexecutions:v1 The following keys were added: - resources.projects.resources.locations.resources.workflows.resources.executions.resources.stepEntries.methods.get (Total Keys: 11) - resources.projects.resources.locations.resources.workflows.resources.executions.resources.stepEntries.methods.list (Total Keys: 23) - schemas.Exception (Total Keys: 3) - schemas.ListStepEntriesResponse (Total Keys: 7) - schemas.NavigationInfo (Total Keys: 11) - schemas.StepEntry (Total Keys: 33)
1 parent f9cd5f9 commit c24e260

File tree

4 files changed

+513
-2
lines changed

4 files changed

+513
-2
lines changed

docs/dyn/workflowexecutions_v1.projects.locations.workflows.executions.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ <h2>Instance Methods</h2>
7979
</p>
8080
<p class="firstline">Returns the callbacks Resource.</p>
8181

82+
<p class="toc_element">
83+
<code><a href="workflowexecutions_v1.projects.locations.workflows.executions.stepEntries.html">stepEntries()</a></code>
84+
</p>
85+
<p class="firstline">Returns the stepEntries Resource.</p>
86+
8287
<p class="toc_element">
8388
<code><a href="#cancel">cancel(name, body=None, x__xgafv=None)</a></code></p>
8489
<p class="firstline">Cancels an execution of the given name.</p>
Lines changed: 204 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,204 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<h1><a href="workflowexecutions_v1.html">Workflow Executions API</a> . <a href="workflowexecutions_v1.projects.html">projects</a> . <a href="workflowexecutions_v1.projects.locations.html">locations</a> . <a href="workflowexecutions_v1.projects.locations.workflows.html">workflows</a> . <a href="workflowexecutions_v1.projects.locations.workflows.executions.html">executions</a> . <a href="workflowexecutions_v1.projects.locations.workflows.executions.stepEntries.html">stepEntries</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="#close">close()</a></code></p>
79+
<p class="firstline">Close httplib2 connections.</p>
80+
<p class="toc_element">
81+
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
82+
<p class="firstline">Gets a step entry.</p>
83+
<p class="toc_element">
84+
<code><a href="#list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, skip=None, x__xgafv=None)</a></code></p>
85+
<p class="firstline">Lists step entries for the corresponding workflow execution. Returned entries are ordered by their create_time.</p>
86+
<p class="toc_element">
87+
<code><a href="#list_next">list_next()</a></code></p>
88+
<p class="firstline">Retrieves the next page of results.</p>
89+
<h3>Method Details</h3>
90+
<div class="method">
91+
<code class="details" id="close">close()</code>
92+
<pre>Close httplib2 connections.</pre>
93+
</div>
94+
95+
<div class="method">
96+
<code class="details" id="get">get(name, x__xgafv=None)</code>
97+
<pre>Gets a step entry.
98+
99+
Args:
100+
name: string, Required. The name of the step entry to retrieve. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}/stepEntries/{step_entry} (required)
101+
x__xgafv: string, V1 error format.
102+
Allowed values
103+
1 - v1 error format
104+
2 - v2 error format
105+
106+
Returns:
107+
An object of the form:
108+
109+
{ # An StepEntry contains debugging information for a step transition in a workflow execution.
110+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time of the step entry.
111+
&quot;entryId&quot;: &quot;A String&quot;, # Output only. The numeric ID of this step entry, used for navigation.
112+
&quot;exception&quot;: { # Exception describes why the step entry failed. # Output only. The exception thrown by the step entry.
113+
&quot;payload&quot;: &quot;A String&quot;, # Error message represented as a JSON string.
114+
},
115+
&quot;name&quot;: &quot;A String&quot;, # Output only. The full resource name of the step entry. Each step entry has a unique entry ID, which is a monotonically increasing counter. Step entry names have the format: `projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}/stepEntries/{step_entry}`.
116+
&quot;navigationInfo&quot;: { # NavigationInfo describes what steps if any come before or after this step, or what steps are parents or children of this step. # Output only. The NavigationInfo associated to this step.
117+
&quot;children&quot;: [ # Step entries that can be reached by &quot;stepping into&quot; e.g. a subworkflow call.
118+
&quot;A String&quot;,
119+
],
120+
&quot;next&quot;: &quot;A String&quot;, # The index of the next step in the current workflow, if any.
121+
&quot;parent&quot;: &quot;A String&quot;, # The step entry, if any, that can be reached by &quot;stepping out&quot; of the current workflow being executed.
122+
&quot;previous&quot;: &quot;A String&quot;, # The index of the previous step in the current workflow, if any.
123+
},
124+
&quot;routine&quot;: &quot;A String&quot;, # Output only. The name of the routine this step entry belongs to. A routine name is the subworkflow name defined in the YAML source code. The top level routine name is `main`.
125+
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the step entry.
126+
&quot;step&quot;: &quot;A String&quot;, # Output only. The name of the step this step entry belongs to.
127+
&quot;stepEntryMetadata&quot;: { # StepEntryMetadata contains metadata information about this step. # Output only. The StepEntryMetadata associated to this step.
128+
&quot;progressNumber&quot;: &quot;A String&quot;, # Progress number represents the current state of the current progress. eg: A step entry represents the 4th iteration in a progress of PROGRESS_TYPE_FOR.
129+
&quot;progressType&quot;: &quot;A String&quot;, # Progress type of this step entry.
130+
&quot;threadId&quot;: &quot;A String&quot;, # Child thread id that this step entry belongs to.
131+
},
132+
&quot;stepType&quot;: &quot;A String&quot;, # Output only. The type of the step this step entry belongs to.
133+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The most recently updated time of the step entry.
134+
}</pre>
135+
</div>
136+
137+
<div class="method">
138+
<code class="details" id="list">list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, skip=None, x__xgafv=None)</code>
139+
<pre>Lists step entries for the corresponding workflow execution. Returned entries are ordered by their create_time.
140+
141+
Args:
142+
parent: string, Required. Name of the workflow execution to list entries for. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}/stepEntries/ (required)
143+
filter: string, Optional. Filters applied to the `[StepEntries.ListStepEntries]` results. The following fields are supported for filtering: `entryId`, `createTime`, `updateTime`, `routine`, `step`, `stepType`, `state`. For details, see AIP-160. For example, if you are using the Google APIs Explorer: `state=&quot;SUCCEEDED&quot;` or `createTime&gt;&quot;2023-08-01&quot; AND state=&quot;FAILED&quot;`
144+
orderBy: string, Optional. Comma-separated list of fields that specify the ordering applied to the `[StepEntries.ListStepEntries]` results. By default the ordering is based on ascending `entryId`. The following fields are supported for ordering: `entryId`, `createTime`, `updateTime`, `routine`, `step`, `stepType`, `state`. For details, see AIP-132.
145+
pageSize: integer, Optional. Number of step entries to return per call. The default max is 1000.
146+
pageToken: string, Optional. A page token, received from a previous `ListStepEntries` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListStepEntries` must match the call that provided the page token.
147+
skip: integer, Optional. The number of step entries to skip. It can be used with or without a pageToken. If used with a pageToken, then it indicates the number of step entries to skip starting from the requested page.
148+
x__xgafv: string, V1 error format.
149+
Allowed values
150+
1 - v1 error format
151+
2 - v2 error format
152+
153+
Returns:
154+
An object of the form:
155+
156+
{ # Response message for ExecutionHistory.ListStepEntries.
157+
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve next page of results. Pass this value in the ListStepEntriesRequest.page_token field in the subsequent call to `ListStepEntries` method to retrieve the next page of results.
158+
&quot;stepEntries&quot;: [ # The list of entries.
159+
{ # An StepEntry contains debugging information for a step transition in a workflow execution.
160+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The creation time of the step entry.
161+
&quot;entryId&quot;: &quot;A String&quot;, # Output only. The numeric ID of this step entry, used for navigation.
162+
&quot;exception&quot;: { # Exception describes why the step entry failed. # Output only. The exception thrown by the step entry.
163+
&quot;payload&quot;: &quot;A String&quot;, # Error message represented as a JSON string.
164+
},
165+
&quot;name&quot;: &quot;A String&quot;, # Output only. The full resource name of the step entry. Each step entry has a unique entry ID, which is a monotonically increasing counter. Step entry names have the format: `projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}/stepEntries/{step_entry}`.
166+
&quot;navigationInfo&quot;: { # NavigationInfo describes what steps if any come before or after this step, or what steps are parents or children of this step. # Output only. The NavigationInfo associated to this step.
167+
&quot;children&quot;: [ # Step entries that can be reached by &quot;stepping into&quot; e.g. a subworkflow call.
168+
&quot;A String&quot;,
169+
],
170+
&quot;next&quot;: &quot;A String&quot;, # The index of the next step in the current workflow, if any.
171+
&quot;parent&quot;: &quot;A String&quot;, # The step entry, if any, that can be reached by &quot;stepping out&quot; of the current workflow being executed.
172+
&quot;previous&quot;: &quot;A String&quot;, # The index of the previous step in the current workflow, if any.
173+
},
174+
&quot;routine&quot;: &quot;A String&quot;, # Output only. The name of the routine this step entry belongs to. A routine name is the subworkflow name defined in the YAML source code. The top level routine name is `main`.
175+
&quot;state&quot;: &quot;A String&quot;, # Output only. The state of the step entry.
176+
&quot;step&quot;: &quot;A String&quot;, # Output only. The name of the step this step entry belongs to.
177+
&quot;stepEntryMetadata&quot;: { # StepEntryMetadata contains metadata information about this step. # Output only. The StepEntryMetadata associated to this step.
178+
&quot;progressNumber&quot;: &quot;A String&quot;, # Progress number represents the current state of the current progress. eg: A step entry represents the 4th iteration in a progress of PROGRESS_TYPE_FOR.
179+
&quot;progressType&quot;: &quot;A String&quot;, # Progress type of this step entry.
180+
&quot;threadId&quot;: &quot;A String&quot;, # Child thread id that this step entry belongs to.
181+
},
182+
&quot;stepType&quot;: &quot;A String&quot;, # Output only. The type of the step this step entry belongs to.
183+
&quot;updateTime&quot;: &quot;A String&quot;, # Output only. The most recently updated time of the step entry.
184+
},
185+
],
186+
&quot;totalSize&quot;: 42, # Indicates the total number of StepEntries that matched the request filter. For running executions, this number shows the number of StepEntries that are executed thus far.
187+
}</pre>
188+
</div>
189+
190+
<div class="method">
191+
<code class="details" id="list_next">list_next()</code>
192+
<pre>Retrieves the next page of results.
193+
194+
Args:
195+
previous_request: The request for the previous page. (required)
196+
previous_response: The response from the request for the previous page. (required)
197+
198+
Returns:
199+
A request object that you can call &#x27;execute()&#x27; on to request the next
200+
page. Returns None if there are no more items in the collection.
201+
</pre>
202+
</div>
203+
204+
</body></html>

0 commit comments

Comments
 (0)