static SignalExternalWorkflowExecutionFailedEventAttributes.Builder |
SignalExternalWorkflowExecutionFailedEventAttributes.builder() |
|
SignalExternalWorkflowExecutionFailedEventAttributes.Builder |
SignalExternalWorkflowExecutionFailedEventAttributes.Builder.cause(String causeValue) |
The cause of the failure.
|
SignalExternalWorkflowExecutionFailedEventAttributes.Builder |
SignalExternalWorkflowExecutionFailedEventAttributes.Builder.cause(SignalExternalWorkflowExecutionFailedCause causeValue) |
The cause of the failure.
|
SignalExternalWorkflowExecutionFailedEventAttributes.Builder |
SignalExternalWorkflowExecutionFailedEventAttributes.Builder.control(String control) |
The data attached to the event that the decider can use in subsequent workflow tasks.
|
SignalExternalWorkflowExecutionFailedEventAttributes.Builder |
SignalExternalWorkflowExecutionFailedEventAttributes.Builder.decisionTaskCompletedEventId(Long decisionTaskCompletedEventId) |
The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in
the SignalExternalWorkflowExecution decision for this signal.
|
SignalExternalWorkflowExecutionFailedEventAttributes.Builder |
SignalExternalWorkflowExecutionFailedEventAttributes.Builder.initiatedEventId(Long initiatedEventId) |
The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the
SignalExternalWorkflowExecution decision to request this signal.
|
SignalExternalWorkflowExecutionFailedEventAttributes.Builder |
SignalExternalWorkflowExecutionFailedEventAttributes.Builder.runId(String runId) |
The runId of the external workflow execution that the signal was being delivered to.
|
SignalExternalWorkflowExecutionFailedEventAttributes.Builder |
SignalExternalWorkflowExecutionFailedEventAttributes.toBuilder() |
|
SignalExternalWorkflowExecutionFailedEventAttributes.Builder |
SignalExternalWorkflowExecutionFailedEventAttributes.Builder.workflowId(String workflowId) |
The workflowId of the external workflow execution that the signal was being delivered to.
|