RequestCancelExternalWorkflowExecutionFailedEventAttributes |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.clone() |
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes |
HistoryEvent.getRequestCancelExternalWorkflowExecutionFailedEventAttributes() |
If the event is of type
RequestCancelExternalWorkflowExecutionFailed then this
member is set and provides detailed information about the event.
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.withCause(RequestCancelExternalWorkflowExecutionFailedCause cause) |
The cause of the failure.
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.withCause(String cause) |
The cause of the failure.
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.withControl(String control) |
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId) |
The ID of the DecisionTaskCompleted event corresponding to
the decision task that resulted in the
RequestCancelExternalWorkflowExecution decision for this
cancellation request.
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.withInitiatedEventId(Long initiatedEventId) |
The ID of the
RequestCancelExternalWorkflowExecutionInitiated event
corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution.
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.withRunId(String runId) |
The runId of the external workflow execution.
|
RequestCancelExternalWorkflowExecutionFailedEventAttributes |
RequestCancelExternalWorkflowExecutionFailedEventAttributes.withWorkflowId(String workflowId) |
The workflowId of the external workflow to which the cancel
request was to be delivered.
|