Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Modifier and Type | Method and Description |
---|---|
ExternalWorkflowExecutionCancelRequestedEventAttributes |
ExternalWorkflowExecutionCancelRequestedEventAttributes.clone() |
ExternalWorkflowExecutionCancelRequestedEventAttributes |
HistoryEvent.getExternalWorkflowExecutionCancelRequestedEventAttributes()
If the event is of type
ExternalWorkflowExecutionCancelRequested then this member is
set and provides detailed information about the event. |
ExternalWorkflowExecutionCancelRequestedEventAttributes |
ExternalWorkflowExecutionCancelRequestedEventAttributes.withInitiatedEventId(Long initiatedEventId)
The ID of the
RequestCancelExternalWorkflowExecutionInitiated event
corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. |
ExternalWorkflowExecutionCancelRequestedEventAttributes |
ExternalWorkflowExecutionCancelRequestedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
The external workflow execution to which the cancellation request was
delivered.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes externalWorkflowExecutionCancelRequestedEventAttributes)
If the event is of type
ExternalWorkflowExecutionCancelRequested then this member is
set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes externalWorkflowExecutionCancelRequestedEventAttributes)
If the event is of type
ExternalWorkflowExecutionCancelRequested then this member is
set and provides detailed information about the event. |
Copyright © 2018. All rights reserved.