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

Provides details of the SignalExternalWorkflowExecutionFailed event.

Declaration Syntax
C#
public class SignalExternalWorkflowExecutionFailedEventAttributes
Members
All MembersConstructorsMethodsProperties



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

Cause
The cause of the failure to process the decision. This information is generated by the system and can be useful for diagnostic purposes.
Note:
If cause is set to OPERATION_NOT_PERMITTED, the decision failed because it lacked sufficient permissions. For details and example IAM policies, see Using IAM to Manage Access to Amazon SWF Workflows.

Constraints:

Allowed Values
UNKNOWN_EXTERNAL_WORKFLOW_EXECUTION, SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_RATE_EXCEEDED, OPERATION_NOT_PERMITTED


Control
DecisionTaskCompletedEventId
The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the SignalExternalWorkflowExecution decision for this signal. This information can be useful for diagnosing problems by tracing back the cause of events leading up to this event.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
InitiatedEventId
The id of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

RunId
The runId of the external workflow execution that the signal was being delivered to.

Constraints:

Length
0 - 64


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithCause(String) Obsolete.
Sets the Cause property

WithControl(String) Obsolete.
Sets the Control property

WithDecisionTaskCompletedEventId(Int64) Obsolete.
Sets the DecisionTaskCompletedEventId property

WithInitiatedEventId(Int64) Obsolete.
Sets the InitiatedEventId property

WithRunId(String) Obsolete.
Sets the RunId property

WithWorkflowId(String) Obsolete.
Sets the WorkflowId property

WorkflowId
The workflowId of the external workflow execution that the signal was being delivered to.

Constraints:

Length
1 - 256


Inheritance Hierarchy
Object
SignalExternalWorkflowExecutionFailedEventAttributes

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