Workflows v1beta API - Class Workflows (2.0.0-beta04)

public static class Workflows

Reference documentation and code samples for the Workflows v1beta API class Workflows.

Workflows is used to deploy and execute workflow programs. Workflows makes sure the program executes reliably, despite hardware and networking interruptions.

Inheritance

object > Workflows

Namespace

Google.Cloud.Workflows.V1Beta

Assembly

Google.Cloud.Workflows.V1Beta.dll

Methods

BindService(WorkflowsBase)

public static ServerServiceDefinition BindService(Workflows.WorkflowsBase serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplWorkflowsWorkflowsBase

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, WorkflowsBase)

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.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplWorkflowsWorkflowsBase

An object implementing the server-side handling logic.