Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Usage

import * as mod from "https://googleapis.deno.dev/v1/workflowexecutions:v1.ts";

§Classes

GoogleAuth
WorkflowExecutions

Execute workflows created with Workflows API.

§Variables

auth

§Interfaces

Callback

An instance of a Callback created by an execution.

CancelExecutionRequest

Request for the CancelExecution method.

CredentialsClient

Defines the root interface for all clients that generate credentials for calling Google APIs. All clients should implement this interface.

Error

Error describes why the execution was abnormally terminated.

Exception

Exception describes why the step entry failed.

Execution

A running instance of a Workflow.

ExportDataResponse

Response for the ExportData method.

ListCallbacksResponse

RPC response object for the ListCallbacks method.

ListExecutionsResponse

Response for the ListExecutions method.

ListStepEntriesResponse

Response message for ExecutionHistory.ListStepEntries.

NavigationInfo

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.

ProjectsLocationsWorkflowsExecutionsCallbacksListOptions

Additional options for WorkflowExecutions#projectsLocationsWorkflowsExecutionsCallbacksList.

ProjectsLocationsWorkflowsExecutionsGetOptions

Additional options for WorkflowExecutions#projectsLocationsWorkflowsExecutionsGet.

ProjectsLocationsWorkflowsExecutionsListOptions

Additional options for WorkflowExecutions#projectsLocationsWorkflowsExecutionsList.

ProjectsLocationsWorkflowsExecutionsStepEntriesListOptions

Additional options for WorkflowExecutions#projectsLocationsWorkflowsExecutionsStepEntriesList.

PubsubMessage

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.

StackTrace

A collection of stack elements (frames) where an error occurred.

StackTraceElement

A single stack element (frame) where an error occurred.

StateError

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.

StepEntry

An StepEntry contains debugging information for a step transition in a workflow execution.

StepEntryMetadata

StepEntryMetadata contains metadata information about this step.

TriggerPubsubExecutionRequest

Request for the TriggerPubsubExecution method.