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-03-24 UTC."],[[["This page provides reference documentation for the Workflows v1 API class, specifically for version 2.4.0, but also includes links to other versions."],["The Workflows API is designed to deploy and execute workflow programs, ensuring reliable execution despite potential hardware and network issues."],["The `Workflows` class inherits members from the `object` class, as seen by the list of inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `BindService` method can create a service definition for server registration or register a service method with a service binder, including a parameter for server-side logic implementation."],["The current latest version available for the Workflows API is 2.5.0, as indicated by a link at the top of the version list."]]],[]]