Class ContinueAsNewWorkflowExecutionCommandAttributes
Inheritance
ContinueAsNewWorkflowExecutionCommandAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class ContinueAsNewWorkflowExecutionCommandAttributes : Google.Protobuf.IMessage<ContinueAsNewWorkflowExecutionCommandAttributes>, Google.Protobuf.IBufferMessage
Constructors
ContinueAsNewWorkflowExecutionCommandAttributes()
Declaration
public ContinueAsNewWorkflowExecutionCommandAttributes()
ContinueAsNewWorkflowExecutionCommandAttributes(ContinueAsNewWorkflowExecutionCommandAttributes)
Declaration
public ContinueAsNewWorkflowExecutionCommandAttributes(ContinueAsNewWorkflowExecutionCommandAttributes other)
Parameters
Fields
BackoffStartIntervalFieldNumber
Field number for the "backoff_start_interval" field.
Declaration
public const int BackoffStartIntervalFieldNumber = null
Field Value
CronScheduleFieldNumber
Field number for the "cron_schedule" field.
Declaration
public const int CronScheduleFieldNumber = null
Field Value
FailureFieldNumber
Field number for the "failure" field.
Declaration
public const int FailureFieldNumber = null
Field Value
HeaderFieldNumber
Field number for the "header" field.
Declaration
public const int HeaderFieldNumber = null
Field Value
InitiatorFieldNumber
Field number for the "initiator" field.
Declaration
public const int InitiatorFieldNumber = null
Field Value
Field number for the "input" field.
Declaration
public const int InputFieldNumber = null
Field Value
LastCompletionResultFieldNumber
Field number for the "last_completion_result" field.
Declaration
public const int LastCompletionResultFieldNumber = null
Field Value
MemoFieldNumber
Field number for the "memo" field.
Declaration
public const int MemoFieldNumber = null
Field Value
RetryPolicyFieldNumber
Field number for the "retry_policy" field.
Declaration
public const int RetryPolicyFieldNumber = null
Field Value
SearchAttributesFieldNumber
Field number for the "search_attributes" field.
Declaration
public const int SearchAttributesFieldNumber = null
Field Value
TaskQueueFieldNumber
Field number for the "task_queue" field.
Declaration
public const int TaskQueueFieldNumber = null
Field Value
WorkflowRunTimeoutFieldNumber
Field number for the "workflow_run_timeout" field.
Declaration
public const int WorkflowRunTimeoutFieldNumber = null
Field Value
WorkflowTaskTimeoutFieldNumber
Field number for the "workflow_task_timeout" field.
Declaration
public const int WorkflowTaskTimeoutFieldNumber = null
Field Value
WorkflowTypeFieldNumber
Field number for the "workflow_type" field.
Declaration
public const int WorkflowTypeFieldNumber = null
Field Value
Properties
BackoffStartInterval
How long the workflow start will be delayed - not really a "backoff" in the traditional sense.
Declaration
public Google.Protobuf.WellKnownTypes.Duration BackoffStartInterval { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Duration |
|
CronSchedule
Should be removed. Not necessarily unused but unclear and not exposed by SDKs.
Declaration
public string CronSchedule { get; set; }
Property Value
Descriptor
Declaration
public static Google.Protobuf.Reflection.MessageDescriptor Descriptor { get; }
Property Value
Type |
Description |
Google.Protobuf.Reflection.MessageDescriptor |
|
Failure
Declaration
public Failure Failure { get; set; }
Property Value
Header
Declaration
public Header Header { get; set; }
Property Value
Initiator
Declaration
public ContinueAsNewInitiator Initiator { get; set; }
Property Value
Declaration
public Payloads Input { get; set; }
Property Value
LastCompletionResult
Declaration
public Payloads LastCompletionResult { get; set; }
Property Value
Memo
Declaration
public Memo Memo { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<ContinueAsNewWorkflowExecutionCommandAttributes> Parser { get; }
Property Value
RetryPolicy
Declaration
public RetryPolicy RetryPolicy { get; set; }
Property Value
SearchAttributes
Declaration
public SearchAttributes SearchAttributes { get; set; }
Property Value
TaskQueue
Declaration
public TaskQueue TaskQueue { get; set; }
Property Value
WorkflowRunTimeout
Timeout of a single workflow run.
Declaration
public Google.Protobuf.WellKnownTypes.Duration WorkflowRunTimeout { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Duration |
|
WorkflowTaskTimeout
Timeout of a single workflow task.
Declaration
public Google.Protobuf.WellKnownTypes.Duration WorkflowTaskTimeout { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Duration |
|
WorkflowType
Declaration
public WorkflowType WorkflowType { get; set; }
Property Value
Methods
CalculateSize()
Declaration
public int CalculateSize()
Returns
Clone()
Declaration
public ContinueAsNewWorkflowExecutionCommandAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(ContinueAsNewWorkflowExecutionCommandAttributes)
Declaration
public bool Equals(ContinueAsNewWorkflowExecutionCommandAttributes other)
Parameters
Returns
GetHashCode()
Declaration
public override int GetHashCode()
Returns
Declaration
public void MergeFrom(Google.Protobuf.CodedInputStream input)
Parameters
Type |
Name |
Description |
Google.Protobuf.CodedInputStream |
input |
|
MergeFrom(ContinueAsNewWorkflowExecutionCommandAttributes)
Declaration
public void MergeFrom(ContinueAsNewWorkflowExecutionCommandAttributes 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