workflows
Creates, updates, deletes, gets or lists a workflows resource.
Overview
| Name | workflows |
| Type | Resource |
| Id | google.workflowexecutions.workflows |
Fields
The following fields are returned by SELECT queries:
SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
trigger_pubsub_execution | exec | projectsId, locationsId, workflowsId | Triggers a new execution using the latest revision of the given workflow by a Pub/Sub push notification. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
locationsId | string | |
projectsId | string | |
workflowsId | string |
Lifecycle Methods
- trigger_pubsub_execution
Triggers a new execution using the latest revision of the given workflow by a Pub/Sub push notification.
EXEC google.workflowexecutions.workflows.trigger_pubsub_execution
@projectsId='{{ projectsId }}' --required,
@locationsId='{{ locationsId }}' --required,
@workflowsId='{{ workflowsId }}' --required
@@json=
'{
"subscription": "{{ subscription }}",
"message": "{{ message }}",
"GCPCloudEventsMode": "{{ GCPCloudEventsMode }}",
"deliveryAttempt": {{ deliveryAttempt }}
}'
;