Skip to content

Commit

Permalink
feat(workflowexecutions): update the api
Browse files Browse the repository at this point in the history
#### workflowexecutions:v1

The following keys were added:
- schemas.Execution.properties.createTime (Total Keys: 3)
- schemas.Execution.properties.disableConcurrencyQuotaOverflowBuffering.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Jan 26, 2024
1 parent dacb0be commit 7f7eb7e
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ <h3>Method Details</h3>
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Marks the creation of the execution.
&quot;disableConcurrencyQuotaOverflowBuffering&quot;: True or False, # Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.
&quot;duration&quot;: &quot;A String&quot;, # Output only. Measures the duration of the execution.
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.
Expand Down Expand Up @@ -188,6 +190,8 @@ <h3>Method Details</h3>
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Marks the creation of the execution.
&quot;disableConcurrencyQuotaOverflowBuffering&quot;: True or False, # Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.
&quot;duration&quot;: &quot;A String&quot;, # Output only. Measures the duration of the execution.
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.
Expand Down Expand Up @@ -240,6 +244,8 @@ <h3>Method Details</h3>
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Marks the creation of the execution.
&quot;disableConcurrencyQuotaOverflowBuffering&quot;: True or False, # Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.
&quot;duration&quot;: &quot;A String&quot;, # Output only. Measures the duration of the execution.
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.
Expand Down Expand Up @@ -323,6 +329,8 @@ <h3>Method Details</h3>
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Marks the creation of the execution.
&quot;disableConcurrencyQuotaOverflowBuffering&quot;: True or False, # Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.
&quot;duration&quot;: &quot;A String&quot;, # Output only. Measures the duration of the execution.
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.
Expand Down Expand Up @@ -393,6 +401,8 @@ <h3>Method Details</h3>
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Marks the creation of the execution.
&quot;disableConcurrencyQuotaOverflowBuffering&quot;: True or False, # Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.
&quot;duration&quot;: &quot;A String&quot;, # Output only. Measures the duration of the execution.
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ <h3>Method Details</h3>
{ # A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects.locations.workflows).
&quot;argument&quot;: &quot;A String&quot;, # Input parameters of the execution represented as a JSON string. The size limit is 32KB. *Note*: If you are using the REST API directly to run your workflow, you must escape any JSON string value of `argument`. Example: `&#x27;{&quot;argument&quot;:&quot;{\&quot;firstName\&quot;:\&quot;FIRST\&quot;,\&quot;lastName\&quot;:\&quot;LAST\&quot;}&quot;}&#x27;`
&quot;callLogLevel&quot;: &quot;A String&quot;, # The call logging level associated to this execution.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Marks the creation of the execution.
&quot;disableConcurrencyQuotaOverflowBuffering&quot;: True or False, # Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.
&quot;duration&quot;: &quot;A String&quot;, # Output only. Measures the duration of the execution.
&quot;endTime&quot;: &quot;A String&quot;, # Output only. Marks the end of execution, successful or not.
&quot;error&quot;: { # Error describes why the execution was abnormally terminated. # Output only. The error which caused the execution to finish prematurely. The value is only present if the execution&#x27;s state is `FAILED` or `CANCELLED`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@
}
}
},
"revision": "20240110",
"revision": "20240122",
"rootUrl": "https://workflowexecutions.googleapis.com/",
"schemas": {
"Callback": {
Expand Down Expand Up @@ -551,6 +551,16 @@
],
"type": "string"
},
"createTime": {
"description": "Output only. Marks the creation of the execution.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"disableConcurrencyQuotaOverflowBuffering": {
"description": "Optional. If set to true, the execution will not be backlogged when the concurrency quota is exhausted. The backlog execution starts when the concurrency quota becomes available.",
"type": "boolean"
},
"duration": {
"description": "Output only. Measures the duration of the execution.",
"format": "google-duration",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
}
}
},
"revision": "20240110",
"revision": "20240122",
"rootUrl": "https://workflowexecutions.googleapis.com/",
"schemas": {
"CancelExecutionRequest": {
Expand Down

0 comments on commit 7f7eb7e

Please sign in to comment.