StartChildWorkflowExecutionFailedEventAttributes class

Provides the details of the StartChildWorkflowExecutionFailed event.

Constructors

StartChildWorkflowExecutionFailedEventAttributes({required StartChildWorkflowExecutionFailedCause cause, required int decisionTaskCompletedEventId, required int initiatedEventId, required String workflowId, required WorkflowType workflowType, String? control})
StartChildWorkflowExecutionFailedEventAttributes.fromJson(Map<String, dynamic> json)
factory

Properties

cause StartChildWorkflowExecutionFailedCause
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
final
control String?
The data attached to the event that the decider can use in subsequent workflow tasks. This data isn't sent to the child workflow execution.
final
decisionTaskCompletedEventId int
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the StartChildWorkflowExecution Decision to request this child workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events.
final
hashCode int
The hash code for this object.
no setterinherited
initiatedEventId int
When the cause is WORKFLOW_ALREADY_RUNNING, initiatedEventId is the ID of the StartChildWorkflowExecutionInitiated event that corresponds to the StartChildWorkflowExecution Decision to start the workflow execution. You can use this information to diagnose problems by tracing back the chain of events leading up to this event.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
workflowId String
The workflowId of the child workflow execution.
final
workflowType WorkflowType
The workflow type provided in the StartChildWorkflowExecution Decision that failed.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited