Class WorkflowTaskScheduledEventAttributes
Inheritance
WorkflowTaskScheduledEventAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class WorkflowTaskScheduledEventAttributes : Google.Protobuf.IMessage<WorkflowTaskScheduledEventAttributes>, Google.Protobuf.IBufferMessage
Constructors
WorkflowTaskScheduledEventAttributes()
Declaration
public WorkflowTaskScheduledEventAttributes()
WorkflowTaskScheduledEventAttributes(WorkflowTaskScheduledEventAttributes)
Declaration
public WorkflowTaskScheduledEventAttributes(WorkflowTaskScheduledEventAttributes other)
Parameters
Fields
AttemptFieldNumber
Field number for the "attempt" field.
Declaration
public const int AttemptFieldNumber = null
Field Value
StartToCloseTimeoutFieldNumber
Field number for the "start_to_close_timeout" field.
Declaration
public const int StartToCloseTimeoutFieldNumber = null
Field Value
TaskQueueFieldNumber
Field number for the "task_queue" field.
Declaration
public const int TaskQueueFieldNumber = null
Field Value
Properties
Attempt
Starting at 1, how many attempts there have been to complete this task
Declaration
public int Attempt { get; set; }
Property Value
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Parser
Declaration
public static Google.Protobuf.MessageParser<WorkflowTaskScheduledEventAttributes> Parser { get; }
Property Value
StartToCloseTimeout
How long the worker has to process this task once receiving it before it times out
(-- api-linter: core::0140::prepositions=disabled
aip.dev/not-precedent: "to" is used to indicate interval. --)
Declaration
public Google.Protobuf.WellKnownTypes.Duration StartToCloseTimeout { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Duration |
|
TaskQueue
The task queue this workflow task was enqueued in, which could be a normal or sticky queue
Declaration
public TaskQueue TaskQueue { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public WorkflowTaskScheduledEventAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(WorkflowTaskScheduledEventAttributes)
Declaration
public bool Equals(WorkflowTaskScheduledEventAttributes 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(WorkflowTaskScheduledEventAttributes)
Declaration
public void MergeFrom(WorkflowTaskScheduledEventAttributes 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