Class StartChildWorkflowExecutionCommandAttributes
Inheritance
StartChildWorkflowExecutionCommandAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class StartChildWorkflowExecutionCommandAttributes : Google.Protobuf.IMessage<StartChildWorkflowExecutionCommandAttributes>, Google.Protobuf.IBufferMessage
Constructors
StartChildWorkflowExecutionCommandAttributes()
Declaration
public StartChildWorkflowExecutionCommandAttributes()
StartChildWorkflowExecutionCommandAttributes(StartChildWorkflowExecutionCommandAttributes)
Declaration
public StartChildWorkflowExecutionCommandAttributes(StartChildWorkflowExecutionCommandAttributes other)
Parameters
Fields
ControlFieldNumber
Field number for the "control" field.
Declaration
public const int ControlFieldNumber = null
Field Value
CronScheduleFieldNumber
Field number for the "cron_schedule" field.
Declaration
public const int CronScheduleFieldNumber = null
Field Value
HeaderFieldNumber
Field number for the "header" field.
Declaration
public const int HeaderFieldNumber = null
Field Value
Field number for the "input" field.
Declaration
public const int InputFieldNumber = null
Field Value
MemoFieldNumber
Field number for the "memo" field.
Declaration
public const int MemoFieldNumber = null
Field Value
NamespaceFieldNumber
Field number for the "namespace" field.
Declaration
public const int NamespaceFieldNumber = null
Field Value
ParentClosePolicyFieldNumber
Field number for the "parent_close_policy" field.
Declaration
public const int ParentClosePolicyFieldNumber = 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
WorkflowExecutionTimeoutFieldNumber
Field number for the "workflow_execution_timeout" field.
Declaration
public const int WorkflowExecutionTimeoutFieldNumber = null
Field Value
WorkflowIdFieldNumber
Field number for the "workflow_id" field.
Declaration
public const int WorkflowIdFieldNumber = null
Field Value
WorkflowIdReusePolicyFieldNumber
Field number for the "workflow_id_reuse_policy" field.
Declaration
public const int WorkflowIdReusePolicyFieldNumber = 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
Control
Declaration
public string Control { get; set; }
Property Value
CronSchedule
Establish a cron schedule for the child workflow.
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 |
|
Header
Declaration
public Header Header { get; set; }
Property Value
Declaration
public Payloads Input { get; set; }
Property Value
Memo
Declaration
public Memo Memo { get; set; }
Property Value
Namespace
Declaration
public string Namespace { get; set; }
Property Value
ParentClosePolicy
Default: PARENT_CLOSE_POLICY_TERMINATE.
Declaration
public ParentClosePolicy ParentClosePolicy { get; set; }
Property Value
Parser
Declaration
public static Google.Protobuf.MessageParser<StartChildWorkflowExecutionCommandAttributes> 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
WorkflowExecutionTimeout
Total workflow execution timeout including retries and continue as new.
Declaration
public Google.Protobuf.WellKnownTypes.Duration WorkflowExecutionTimeout { get; set; }
Property Value
Type |
Description |
Google.Protobuf.WellKnownTypes.Duration |
|
WorkflowId
Declaration
public string WorkflowId { get; set; }
Property Value
WorkflowIdReusePolicy
Default: WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE.
Declaration
public WorkflowIdReusePolicy WorkflowIdReusePolicy { 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 StartChildWorkflowExecutionCommandAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(StartChildWorkflowExecutionCommandAttributes)
Declaration
public bool Equals(StartChildWorkflowExecutionCommandAttributes 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(StartChildWorkflowExecutionCommandAttributes)
Declaration
public void MergeFrom(StartChildWorkflowExecutionCommandAttributes 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