Skip to main content

@swamp/gcp/workflowexecutions

v2026.04.23.1

Google Cloud workflowexecutions infrastructure models

Repository

https://github.com/systeminit/swamp-extensions

Labels

gcpgoogle-cloudworkflowexecutionscloudinfrastructure

Contents

Quality score

Verified by Swamp

How well-documented and verifiable this extension is.

100%

Grade A

  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned

Install

$ swamp extension pull @swamp/gcp/workflowexecutions

@swamp/gcp/workflowexecutions/workflows-executionsv2026.04.23.1workflows_executions.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
argument?stringInput 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: `\
callLogLevel?enumThe call logging level associated to this execution.
disableConcurrencyQuotaOverflowBuffering?booleanOptional. 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.
error?objectError describes why the execution was abnormally terminated.
executionHistoryLevel?enumOptional. Describes the execution history level to apply to this execution. If not specified, the execution history level is determined by its workflow's execution history level. If the levels are different, the executionHistoryLevel overrides the workflow's execution history level for this execution.
labels?recordLabels associated with this execution. Labels can contain at most 64 entries. Keys and values can be no longer than 63 characters and can only contain lowercase letters, numeric characters, underscores, and dashes. Label keys must start with a letter. International characters are allowed. By default, labels are inherited from the workflow but are overridden by any labels associated with the execution.
stateError?objectDescribes an error related to the current state of the Execution resource.
status?objectRepresents the current status of this execution.
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
createCreate a executions
ArgumentTypeDescription
waitForReady?booleanWait for the resource to reach a ready state after creation (default: true)
getGet a executions
ArgumentTypeDescription
identifierstringThe name of the executions
deleteDelete the executions
ArgumentTypeDescription
identifierstringThe name of the executions
syncSync executions state from GCP
cancelcancel
export_dataexport data

Resources

state(infinite)— A running instance of a [Workflow](/workflows/docs/reference/rest/v1/projects...
@swamp/gcp/workflowexecutions/workflows-executions-callbacksv2026.04.23.1workflows_executions_callbacks.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
getGet a callbacks
ArgumentTypeDescription
identifierstringThe name of the callbacks
syncSync callbacks state from GCP

Resources

state(infinite)— An instance of a Callback created by an execution.
@swamp/gcp/workflowexecutions/workflows-executions-stepentriesv2026.04.23.1workflows_executions_stepentries.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
getGet a stepEntries
ArgumentTypeDescription
identifierstringThe name of the stepEntries
syncSync stepEntries state from GCP

Resources

state(infinite)— An StepEntry contains debugging information for a step transition in a workfl...