Class SignalExternalWorkflowExecutionInitiatedEventAttributes
Inheritance
SignalExternalWorkflowExecutionInitiatedEventAttributes
Implements
Google.Protobuf.IBufferMessage
Assembly: Temporalio.dll
Syntax
public sealed class SignalExternalWorkflowExecutionInitiatedEventAttributes : Google.Protobuf.IMessage<SignalExternalWorkflowExecutionInitiatedEventAttributes>, Google.Protobuf.IBufferMessage
Constructors
SignalExternalWorkflowExecutionInitiatedEventAttributes()
Declaration
public SignalExternalWorkflowExecutionInitiatedEventAttributes()
SignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes)
Declaration
public SignalExternalWorkflowExecutionInitiatedEventAttributes(SignalExternalWorkflowExecutionInitiatedEventAttributes other)
Parameters
Fields
ChildWorkflowOnlyFieldNumber
Field number for the "child_workflow_only" field.
Declaration
public const int ChildWorkflowOnlyFieldNumber = null
Field Value
ControlFieldNumber
Field number for the "control" field.
Declaration
public const int ControlFieldNumber = null
Field Value
Field number for the "header" field.
Declaration
public const int HeaderFieldNumber = null
Field Value
InputFieldNumber
Field number for the "input" field.
Declaration
public const int InputFieldNumber = 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
SignalNameFieldNumber
Field number for the "signal_name" field.
Declaration
public const int SignalNameFieldNumber = 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
ChildWorkflowOnly
Workers are expected to set this to true if the workflow they are requesting to cancel is
a child of the workflow which issued the request
Declaration
public bool ChildWorkflowOnly { 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 |
|
Declaration
public Header Header { get; set; }
Property Value
Input
Serialized arguments to provide to the signal handler
Declaration
public Payloads Input { get; set; }
Property Value
Namespace
Namespace of the to-be-signalled workflow.
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<SignalExternalWorkflowExecutionInitiatedEventAttributes> Parser { get; }
Property Value
SignalName
name/type of the signal to fire in the external workflow
Declaration
public string SignalName { get; set; }
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 SignalExternalWorkflowExecutionInitiatedEventAttributes Clone()
Returns
Equals(Object)
Declaration
public override bool Equals(object other)
Parameters
Type |
Name |
Description |
Object |
other |
|
Returns
Equals(SignalExternalWorkflowExecutionInitiatedEventAttributes)
Declaration
public bool Equals(SignalExternalWorkflowExecutionInitiatedEventAttributes 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(SignalExternalWorkflowExecutionInitiatedEventAttributes)
Declaration
public void MergeFrom(SignalExternalWorkflowExecutionInitiatedEventAttributes 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