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-04-09 UTC."],[[["This 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."],["Workflows are designed to deploy and execute workflow programs, ensuring reliable execution even through hardware and networking interruptions."],["The `Workflows` class inherits from the .NET object class, with the inherited members listed."],["The `BindService` methods are used to create service definitions or register service methods for server-side handling logic."],["There are multiple previous versions of the API also listed, ranging from version 2.4.0 to 1.0.0."]]],[]]