static RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.builder() |
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder.cause(String causeValue) |
The cause of the failure.
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder.cause(RequestCancelExternalWorkflowExecutionFailedCause causeValue) |
The cause of the failure.
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder.control(String control) |
The data attached to the event that the decider can use in subsequent workflow tasks.
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId) |
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in
the RequestCancelExternalWorkflowExecution decision for this cancellation request.
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder.initiatedEventId(Long initiatedEventId) |
The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the
RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution.
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder.runId(String runId) |
The runId of the external workflow execution.
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.toBuilder() |
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.Builder.workflowId(String workflowId) |
The workflowId of the external workflow to which the cancel request was to be delivered.
|