Class WorkflowExecutionFailedEventAttributes
Inheritance
WorkflowExecutionFailedEventAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class WorkflowExecutionFailedEventAttributes : Google.Protobuf.IMessage<WorkflowExecutionFailedEventAttributes>, Google.Protobuf.IBufferMessage
Constructors
WorkflowExecutionFailedEventAttributes()
Declaration
public WorkflowExecutionFailedEventAttributes()
WorkflowExecutionFailedEventAttributes(WorkflowExecutionFailedEventAttributes)
Declaration
public WorkflowExecutionFailedEventAttributes(WorkflowExecutionFailedEventAttributes other)
Parameters
Fields
FailureFieldNumber
Field number for the "failure" field.
Declaration
public const int FailureFieldNumber = null
Field Value
NewExecutionRunIdFieldNumber
Field number for the "new_execution_run_id" field.
Declaration
public const int NewExecutionRunIdFieldNumber = null
Field Value
RetryStateFieldNumber
Field number for the "retry_state" field.
Declaration
public const int RetryStateFieldNumber = null
Field Value
WorkflowTaskCompletedEventIdFieldNumber
Field number for the "workflow_task_completed_event_id" field.
Declaration
public const int WorkflowTaskCompletedEventIdFieldNumber = null
Field Value
Properties
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Failure
Serialized result of workflow failure (ex: An exception thrown, or error returned)
Declaration
public Failure Failure { get; set; }
Property Value
NewExecutionRunId
If another run is started by cron or retry, this contains the new run id.
Declaration
public string NewExecutionRunId { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<WorkflowExecutionFailedEventAttributes> Parser { get; }
Property Value
RetryState
Declaration
public RetryState RetryState { 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 WorkflowExecutionFailedEventAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(WorkflowExecutionFailedEventAttributes)
Declaration
public bool Equals(WorkflowExecutionFailedEventAttributes 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(WorkflowExecutionFailedEventAttributes)
Declaration
public void MergeFrom(WorkflowExecutionFailedEventAttributes 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