google-cloud-workflow-executions overview (2.1.7)

com.google.cloud.workflows.executions.v1

A client to Workflow Executions API

The interfaces provided are listed below, along with usage samples.

ExecutionsClient

Service Description: Executions is used to start and manage running instances of Workflows called executions.

Sample for ExecutionsClient:


try(ExecutionsClientexecutionsClient=ExecutionsClient.create()){
WorkflowNameparent=WorkflowName.of("[PROJECT]","[LOCATION]","[WORKFLOW]");
Executionexecution=Execution.newBuilder().build();
Executionresponse=executionsClient.createExecution(parent,execution);
}

com.google.cloud.workflows.executions.v1.stub

com.google.cloud.workflows.executions.v1beta

The interfaces provided are listed below, along with usage samples.

ExecutionsClient

Service Description: Executions is used to start and manage running instances of Workflows called executions.

Sample for ExecutionsClient:


try(ExecutionsClientexecutionsClient=ExecutionsClient.create()){
WorkflowNameparent=WorkflowName.of("[PROJECT]","[LOCATION]","[WORKFLOW]");
Executionexecution=Execution.newBuilder().build();
Executionresponse=executionsClient.createExecution(parent,execution);
}

com.google.cloud.workflows.executions.v1beta.stub

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月19日 UTC.