Class RequestCancelExternalWorkflowExecutionFailedEventAttributes
Inheritance
RequestCancelExternalWorkflowExecutionFailedEventAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class RequestCancelExternalWorkflowExecutionFailedEventAttributes : Google.Protobuf.IMessage<RequestCancelExternalWorkflowExecutionFailedEventAttributes>, Google.Protobuf.IBufferMessage
Constructors
RequestCancelExternalWorkflowExecutionFailedEventAttributes()
Declaration
public RequestCancelExternalWorkflowExecutionFailedEventAttributes()
RequestCancelExternalWorkflowExecutionFailedEventAttributes(RequestCancelExternalWorkflowExecutionFailedEventAttributes)
Declaration
public RequestCancelExternalWorkflowExecutionFailedEventAttributes(RequestCancelExternalWorkflowExecutionFailedEventAttributes other)
Parameters
Fields
CauseFieldNumber
Field number for the "cause" field.
Declaration
public const int CauseFieldNumber = null
Field Value
ControlFieldNumber
Field number for the "control" field.
Declaration
public const int ControlFieldNumber = null
Field Value
InitiatedEventIdFieldNumber
Field number for the "initiated_event_id" field.
Declaration
public const int InitiatedEventIdFieldNumber = 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
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
Cause
Declaration
public CancelExternalWorkflowExecutionFailedCause Cause { 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 |
|
InitiatedEventId
id of the REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED
event this failure
corresponds to
Declaration
public long InitiatedEventId { get; set; }
Property Value
Namespace
Namespace of the workflow which failed to cancel.
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<RequestCancelExternalWorkflowExecutionFailedEventAttributes> Parser { get; }
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 RequestCancelExternalWorkflowExecutionFailedEventAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(RequestCancelExternalWorkflowExecutionFailedEventAttributes)
Declaration
public bool Equals(RequestCancelExternalWorkflowExecutionFailedEventAttributes 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(RequestCancelExternalWorkflowExecutionFailedEventAttributes)
Declaration
public void MergeFrom(RequestCancelExternalWorkflowExecutionFailedEventAttributes 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