Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
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 © 2015. All rights reserved.