ChildWorkflowExecutionFailedEventAttributes |
ChildWorkflowExecutionFailedEventAttributes.clone() |
|
ChildWorkflowExecutionFailedEventAttributes |
HistoryEvent.getChildWorkflowExecutionFailedEventAttributes() |
If the event is of type ChildWorkflowExecutionFailed then
this member is set and provides detailed information about the event.
|
ChildWorkflowExecutionFailedEventAttributes |
ChildWorkflowExecutionFailedEventAttributes.withDetails(String details) |
The details of the failure (if provided).
|
ChildWorkflowExecutionFailedEventAttributes |
ChildWorkflowExecutionFailedEventAttributes.withInitiatedEventId(Long initiatedEventId) |
The ID of the StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution decision to
start this child workflow execution.
|
ChildWorkflowExecutionFailedEventAttributes |
ChildWorkflowExecutionFailedEventAttributes.withReason(String reason) |
The reason for the failure (if provided).
|
ChildWorkflowExecutionFailedEventAttributes |
ChildWorkflowExecutionFailedEventAttributes.withStartedEventId(Long startedEventId) |
The ID of the ChildWorkflowExecutionStarted event recorded
when this child workflow execution was started.
|
ChildWorkflowExecutionFailedEventAttributes |
ChildWorkflowExecutionFailedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) |
The child workflow execution that failed.
|
ChildWorkflowExecutionFailedEventAttributes |
ChildWorkflowExecutionFailedEventAttributes.withWorkflowType(WorkflowType workflowType) |
The type of the child workflow execution.
|