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
workflowIdstringWorkflow ID extracted from the operation token.
Properties
WorkflowId
Gets the workflow ID extracted from the operation token.
public string WorkflowId { get; }