| Package | Description |
|---|---|
| software.amazon.awssdk.services.swf.model |
| Modifier and Type | Method and Description |
|---|---|
static StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.builder() |
StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.Builder.cause(StartChildWorkflowExecutionFailedCause causeValue)
The cause of the failure.
|
StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.Builder.cause(String causeValue)
The cause of the failure.
|
StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.Builder.control(String control)
The data attached to the event that the decider can use in subsequent workflow tasks.
|
StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of the
DecisionTaskCompleted event corresponding to the decision task that resulted in
the StartChildWorkflowExecution Decision to request this child workflow execution. |
StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.Builder.initiatedEventId(Long initiatedEventId)
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. |
StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.toBuilder() |
StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.Builder.workflowId(String workflowId)
The
workflowId of the child workflow execution. |
default StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.Builder.workflowType(Consumer<WorkflowType.Builder> workflowType)
The workflow type provided in the
StartChildWorkflowExecution Decision that failed. |
StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.Builder.workflowType(WorkflowType workflowType)
The workflow type provided in the
StartChildWorkflowExecution Decision that failed. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartChildWorkflowExecutionFailedEventAttributes.Builder> |
StartChildWorkflowExecutionFailedEventAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default HistoryEvent.Builder |
HistoryEvent.Builder.startChildWorkflowExecutionFailedEventAttributes(Consumer<StartChildWorkflowExecutionFailedEventAttributes.Builder> startChildWorkflowExecutionFailedEventAttributes)
If the event is of type
StartChildWorkflowExecutionFailed then this member is set and provides
detailed information about the event. |
Copyright © 2023. All rights reserved.