AWS SDK for .NET Documentation
WorkflowExecutionSignaledEventAttributes Class
AmazonAmazon.SimpleWorkflow.ModelWorkflowExecutionSignaledEventAttributes Did this page help you?   Yes   No    Tell us about it...

Provides details of the WorkflowExecutionSignaled event.

Declaration Syntax
C#
public class WorkflowExecutionSignaledEventAttributes
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
WorkflowExecutionSignaledEventAttributes()()()()
Initializes a new instance of the WorkflowExecutionSignaledEventAttributes class

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExternalInitiatedEventId
The id of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflow decision to signal this workflow execution.The source event with this Id can be found in the history of the source workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event. This field is set only if the signal was initiated by another workflow execution.

ExternalWorkflowExecution
The workflow execution that sent the signal. This is set only of the signal was sent by another workflow execution.

GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
Input
Inputs provided with the signal (if any). The decider can use the signal name and inputs to determine how to process the signal.

Constraints:

Length
0 - 32768


SignalName
The name of the signal received. The decider can use the signal name and inputs to determine how to the process the signal.

Constraints:

Length
1 - 256


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithExternalInitiatedEventId(Int64) Obsolete.
Sets the ExternalInitiatedEventId property

WithExternalWorkflowExecution(WorkflowExecution) Obsolete.
Sets the ExternalWorkflowExecution property

WithInput(String) Obsolete.
Sets the Input property

WithSignalName(String) Obsolete.
Sets the SignalName property

Inheritance Hierarchy
Object
WorkflowExecutionSignaledEventAttributes

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)