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

Provides details of the StartChildWorkflowExecutionFailed event.

Declaration Syntax
C#
public class StartChildWorkflowExecutionFailedEventAttributes
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
StartChildWorkflowExecutionFailedEventAttributes()()()()
Initializes a new instance of the StartChildWorkflowExecutionFailedEventAttributes 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
WORKFLOW_TYPE_DOES_NOT_EXIST, WORKFLOW_TYPE_DEPRECATED, OPEN_CHILDREN_LIMIT_EXCEEDED, OPEN_WORKFLOWS_LIMIT_EXCEEDED, CHILD_CREATION_RATE_EXCEEDED, WORKFLOW_ALREADY_RUNNING, DEFAULT_EXECUTION_START_TO_CLOSE_TIMEOUT_UNDEFINED, DEFAULT_TASK_LIST_UNDEFINED, DEFAULT_TASK_START_TO_CLOSE_TIMEOUT_UNDEFINED, DEFAULT_CHILD_POLICY_UNDEFINED, OPERATION_NOT_PERMITTED


Control
DecisionTaskCompletedEventId
The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecutionDecision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the cause of events.

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 StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecutionDecision to start this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

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

WithWorkflowId(String) Obsolete.
Sets the WorkflowId property

WithWorkflowType(WorkflowType) Obsolete.
Sets the WorkflowType property

WorkflowId
The workflowId of the child workflow execution.

Constraints:

Length
1 - 256


WorkflowType
The workflow type provided in the StartChildWorkflowExecutionDecision that failed.

Inheritance Hierarchy
Object
StartChildWorkflowExecutionFailedEventAttributes

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