Structs§
- Callback
- An instance of a Callback created by an execution.
- Cancel
Execution Request - Request for the CancelExecution method.
- Delete
Execution History Request - Request for the DeleteExecutionHistory method.
- Empty
- A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
- Error
- Error describes why the execution was abnormally terminated.
- Exception
- Exception describes why the step entry failed.
- Execution
- A running instance of a Workflow.
- Export
Data Response - Response for the ExportData method.
- List
Callbacks Response - RPC response object for the ListCallbacks method.
- List
Executions Response - Response for the ListExecutions method.
- List
Step Entries Response - Response message for ExecutionHistory.ListStepEntries.
- Navigation
Info - NavigationInfo describes what steps if any come before or after this step, or what steps are parents or children of this step.
- Position
- Position contains source position information about the stack trace element such as line number, column number and length of the code block in bytes.
- Project
Location Workflow Execution Callback List Call - Returns a list of active callbacks that belong to the execution with the given name. The returned callbacks are ordered by callback ID.
- Project
Location Workflow Execution Cancel Call - Cancels an execution of the given name.
- Project
Location Workflow Execution Create Call - Creates a new execution using the latest revision of the given workflow. For more information, see Execute a workflow.
- Project
Location Workflow Execution Delete Execution History Call - Deletes all step entries for an execution.
- Project
Location Workflow Execution Export Data Call - Returns all metadata stored about an execution, excluding most data that is already accessible using other API methods.
- Project
Location Workflow Execution GetCall - Returns an execution of the given name.
- Project
Location Workflow Execution List Call - Returns a list of executions which belong to the workflow with the given name. The method returns executions of all workflow revisions. Returned executions are ordered by their start time (newest first).
- Project
Location Workflow Execution Step Entry GetCall - Gets a step entry.
- Project
Location Workflow Execution Step Entry List Call - Lists step entries for the corresponding workflow execution. Returned entries are ordered by their create_time.
- Project
Location Workflow Trigger Pubsub Execution Call - Triggers a new execution using the latest revision of the given workflow by a Pub/Sub push notification.
- Project
Methods - A builder providing access to all methods supported on project resources.
It is not used directly, but through the
WorkflowExecutionshub. - Pubsub
Message - A message that is published by publishers and consumed by subscribers. The message must contain either a non-empty data field or at least one attribute. Note that client libraries represent this object differently depending on the language. See the corresponding client library documentation for more information. See [quotas and limits] (https://cloud.google.com/pubsub/quotas) for more information about message limits.
- Stack
Trace - A collection of stack elements (frames) where an error occurred.
- Stack
Trace Element - A single stack element (frame) where an error occurred.
- State
Error - Describes an error related to the current state of the Execution resource.
- Status
- Represents the current status of this execution.
- Step
- Represents a step of the workflow this execution is running.
- Step
Entry - An StepEntry contains debugging information for a step transition in a workflow execution.
- Step
Entry Metadata - StepEntryMetadata contains metadata information about this step.
- Trigger
Pubsub Execution Request - Request for the TriggerPubsubExecution method.
- Variable
Data - VariableData contains the variable data for this step.
- Workflow
Executions - Central instance to access all WorkflowExecutions related resource activities
Enums§
- Scope
- Identifies the an OAuth2 authorization scope. A scope is needed when requesting an authorization token.