static StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.builder() |
|
StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.Builder.cause(String causeValue) |
The cause of the failure.
|
StartChildWorkflowExecutionFailedEventAttributes.Builder |
StartChildWorkflowExecutionFailedEventAttributes.Builder.cause(StartChildWorkflowExecutionFailedCause 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.
|