public virtual Task<ListExecutionsResponse> ListExecutions(ListExecutionsRequest request, ServerCallContext context)
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).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eExecutions.ExecutionsBase\u003c/code\u003e class, a base class for server-side implementations of the Workflows Executions v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eGoogle.Cloud.Workflows.Executions.V1\u003c/code\u003e API is 2.6.0, and there are nine other documented versions, ranging from 1.0.0 to 2.5.0, each link directing to a different documentation page.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eExecutions.ExecutionsBase\u003c/code\u003e class includes methods to \u003ccode\u003eCancelExecution\u003c/code\u003e, \u003ccode\u003eCreateExecution\u003c/code\u003e, \u003ccode\u003eGetExecution\u003c/code\u003e, and \u003ccode\u003eListExecutions\u003c/code\u003e, allowing for the management and retrieval of workflow executions.\u003c/p\u003e\n"],["\u003cp\u003eThese four methods accept request objects and a \u003ccode\u003eServerCallContext\u003c/code\u003e, returning a Task that contains either an Execution object or a ListExecutionsResponse object.\u003c/p\u003e\n"],["\u003cp\u003eThe listed inherited members from the object class are GetHashCode, GetType, MemberwiseClone, and ToString.\u003c/p\u003e\n"]]],[],null,["# Workflow Executions v1 API - Class Executions.ExecutionsBase (2.6.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.6.0 (latest)](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/latest/Google.Cloud.Workflows.Executions.V1.Executions.ExecutionsBase)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/2.5.0/Google.Cloud.Workflows.Executions.V1.Executions.ExecutionsBase)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/2.4.0/Google.Cloud.Workflows.Executions.V1.Executions.ExecutionsBase)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/2.3.0/Google.Cloud.Workflows.Executions.V1.Executions.ExecutionsBase)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/2.2.0/Google.Cloud.Workflows.Executions.V1.Executions.ExecutionsBase)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/2.1.0/Google.Cloud.Workflows.Executions.V1.Executions.ExecutionsBase)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/2.0.0/Google.Cloud.Workflows.Executions.V1.Executions.ExecutionsBase)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/1.2.0/Google.Cloud.Workflows.Executions.V1.Executions.ExecutionsBase)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/1.1.0/Google.Cloud.Workflows.Executions.V1.Executions.ExecutionsBase)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/1.0.0/Google.Cloud.Workflows.Executions.V1.Executions.ExecutionsBase) \n\n [BindServiceMethod(typeof(Executions), \"BindService\")]\n public abstract class Executions.ExecutionsBase\n\nReference documentation and code samples for the Workflow Executions v1 API class Executions.ExecutionsBase.\n\nBase class for server-side implementations of Executions \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Executions.ExecutionsBase \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Workflows.Executions.V1](/dotnet/docs/reference/Google.Cloud.Workflows.Executions.V1/latest/Google.Cloud.Workflows.Executions.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Workflows.Executions.V1.dll\n\nMethods\n-------\n\n### CancelExecution(CancelExecutionRequest, ServerCallContext)\n\n public virtual Task\u003cExecution\u003e CancelExecution(CancelExecutionRequest request, ServerCallContext context)\n\nCancels an execution of the given name.\n\n### CreateExecution(CreateExecutionRequest, ServerCallContext)\n\n public virtual Task\u003cExecution\u003e CreateExecution(CreateExecutionRequest request, ServerCallContext context)\n\nCreates a new execution using the latest revision of the given workflow.\n\n### GetExecution(GetExecutionRequest, ServerCallContext)\n\n public virtual Task\u003cExecution\u003e GetExecution(GetExecutionRequest request, ServerCallContext context)\n\nReturns an execution of the given name.\n\n### ListExecutions(ListExecutionsRequest, ServerCallContext)\n\n public virtual Task\u003cListExecutionsResponse\u003e ListExecutions(ListExecutionsRequest request, ServerCallContext context)\n\nReturns a list of executions which belong to the workflow with\nthe given name. The method returns executions of all workflow\nrevisions. Returned executions are ordered by their start time (newest\nfirst)."]]