Reference documentation and code samples for the Workflows v1 API class Workflows.
Workflows is used to deploy and execute workflow programs.
Workflows makes sure the program executes reliably, despite hardware and
networking interruptions.
public static void BindService(ServiceBinderBase serviceBinder, Workflows.WorkflowsBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic.
Note: this method is part of an experimental API that can change or be removed without any prior notice.
[[["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 Workflows v1 API class, specifically within the Google.Cloud.Workflows.V1 namespace, and the latest version is 2.5.0.\u003c/p\u003e\n"],["\u003cp\u003eWorkflows are designed to deploy and execute workflow programs, ensuring reliable execution even through hardware and networking interruptions.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eWorkflows\u003c/code\u003e class inherits from the .NET object class, with the inherited members listed.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBindService\u003c/code\u003e methods are used to create service definitions or register service methods for server-side handling logic.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple previous versions of the API also listed, ranging from version 2.4.0 to 1.0.0.\u003c/p\u003e\n"]]],[],null,["# Workflows v1 API - Class Workflows (2.6.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.6.0 (latest)](/dotnet/docs/reference/Google.Cloud.Workflows.V1/latest/Google.Cloud.Workflows.V1.Workflows)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Workflows.V1/2.5.0/Google.Cloud.Workflows.V1.Workflows)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Workflows.V1/2.4.0/Google.Cloud.Workflows.V1.Workflows)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Workflows.V1/2.3.0/Google.Cloud.Workflows.V1.Workflows)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Workflows.V1/2.2.0/Google.Cloud.Workflows.V1.Workflows)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Workflows.V1/2.1.0/Google.Cloud.Workflows.V1.Workflows)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Workflows.V1/2.0.0/Google.Cloud.Workflows.V1.Workflows)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Workflows.V1/1.2.0/Google.Cloud.Workflows.V1.Workflows)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Workflows.V1/1.1.0/Google.Cloud.Workflows.V1.Workflows)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Workflows.V1/1.0.0/Google.Cloud.Workflows.V1.Workflows) \n\n public static class Workflows\n\nReference documentation and code samples for the Workflows v1 API class Workflows.\n\nWorkflows is used to deploy and execute workflow programs.\nWorkflows makes sure the program executes reliably, despite hardware and\nnetworking interruptions. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Workflows \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.V1](/dotnet/docs/reference/Google.Cloud.Workflows.V1/latest/Google.Cloud.Workflows.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Workflows.V1.dll\n\nMethods\n-------\n\n### BindService(WorkflowsBase)\n\n public static ServerServiceDefinition BindService(Workflows.WorkflowsBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, WorkflowsBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, Workflows.WorkflowsBase serviceImpl)\n\nRegister service method with a service binder with or without implementation. Useful when customizing the service binding logic.\nNote: this method is part of an experimental API that can change or be removed without any prior notice."]]