Class RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
Inheritance
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class RequestCancelExternalWorkflowExecutionInitiatedEventAttributes : Google.Protobuf.IMessage<RequestCancelExternalWorkflowExecutionInitiatedEventAttributes>, Google.Protobuf.IBufferMessage
Constructors
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes()
Declaration
public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes()
RequestCancelExternalWorkflowExecutionInitiatedEventAttributes(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes)
Declaration
public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes other)
Parameters
Fields
ChildWorkflowOnlyFieldNumber
Field number for the "child_workflow_only" field.
Declaration
public const int ChildWorkflowOnlyFieldNumber = null
Field Value
ControlFieldNumber
Field number for the "control" field.
Declaration
public const int ControlFieldNumber = null
Field Value
NamespaceFieldNumber
Field number for the "namespace" field.
Declaration
public const int NamespaceFieldNumber = null
Field Value
NamespaceIdFieldNumber
Field number for the "namespace_id" field.
Declaration
public const int NamespaceIdFieldNumber = null
Field Value
ReasonFieldNumber
Field number for the "reason" field.
Declaration
public const int ReasonFieldNumber = null
Field Value
WorkflowExecutionFieldNumber
Field number for the "workflow_execution" field.
Declaration
public const int WorkflowExecutionFieldNumber = null
Field Value
WorkflowTaskCompletedEventIdFieldNumber
Field number for the "workflow_task_completed_event_id" field.
Declaration
public const int WorkflowTaskCompletedEventIdFieldNumber = null
Field Value
Properties
ChildWorkflowOnly
Workers are expected to set this to true if the workflow they are requesting to cancel is
a child of the workflow which issued the request
Declaration
public bool ChildWorkflowOnly { get; set; }
Property Value
Control
Declaration
public string Control { get; set; }
Property Value
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Namespace
The namespace the workflow to be cancelled lives in.
SDKs and UI tools should use namespace
field but server must use namespace_id
only.
Declaration
public string Namespace { get; set; }
Property Value
NamespaceId
Declaration
public string NamespaceId { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<RequestCancelExternalWorkflowExecutionInitiatedEventAttributes> Parser { get; }
Property Value
Reason
Reason for requesting the cancellation
Declaration
public string Reason { get; set; }
Property Value
WorkflowExecution
Declaration
public WorkflowExecution WorkflowExecution { get; set; }
Property Value
WorkflowTaskCompletedEventId
The WORKFLOW_TASK_COMPLETED
event which this command was reported with
Declaration
public long WorkflowTaskCompletedEventId { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public RequestCancelExternalWorkflowExecutionInitiatedEventAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes)
Declaration
public bool Equals(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
MergeFrom(Google.Protobuf.CodedInputStream)
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes)
Declaration
public void MergeFrom(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes other)
Parameters
ToString()
Declaration
public override string ToString()
Returns
WriteTo(Google.Protobuf.CodedOutputStream)
Declaration
public void WriteTo(Google.Protobuf.CodedOutputStream output)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedOutputStream |
output |
|
Implements
Google.Protobuf.IBufferMessage