Table of Contents

Class CancelWorkflowRunInput

Namespace
Temporalio.Nexus
Assembly
Temporalio.dll
public class CancelWorkflowRunInput
Inheritance
CancelWorkflowRunInput
Inherited Members

Remarks

WARNING: Nexus support is experimental.

Constructors

CancelWorkflowRunInput(string)

Initializes a new instance of the CancelWorkflowRunInput class.

public CancelWorkflowRunInput(string workflowId)

Parameters

workflowId string

Workflow ID extracted from the operation token.

Properties

WorkflowId

Gets the workflow ID extracted from the operation token.

public string WorkflowId { get; }

Property Value

string