Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
ChildWorkflowExecutionCanceledEventAttributes |
HistoryEvent.getChildWorkflowExecutionCanceledEventAttributes()
If the event is of type
ChildWorkflowExecutionCanceled
then this member is set and provides detailed information about the
event. |
ChildWorkflowExecutionCanceledEventAttributes |
ChildWorkflowExecutionCanceledEventAttributes.withDetails(String details)
Details of the cancellation (if provided).
|
ChildWorkflowExecutionCanceledEventAttributes |
ChildWorkflowExecutionCanceledEventAttributes.withInitiatedEventId(Long initiatedEventId)
The id of the
StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. |
ChildWorkflowExecutionCanceledEventAttributes |
ChildWorkflowExecutionCanceledEventAttributes.withStartedEventId(Long startedEventId)
The Id of the
ChildWorkflowExecutionStarted event
recorded when this child workflow execution was started. |
ChildWorkflowExecutionCanceledEventAttributes |
ChildWorkflowExecutionCanceledEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was canceled.
|
ChildWorkflowExecutionCanceledEventAttributes |
ChildWorkflowExecutionCanceledEventAttributes.withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution.
|
Modifier and Type | Method and Description |
---|---|
void |
HistoryEvent.setChildWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes childWorkflowExecutionCanceledEventAttributes)
If the event is of type
ChildWorkflowExecutionCanceled
then this member is set and provides detailed information about the
event. |
HistoryEvent |
HistoryEvent.withChildWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes childWorkflowExecutionCanceledEventAttributes)
If the event is of type
ChildWorkflowExecutionCanceled
then this member is set and provides detailed information about the
event. |
Copyright © 2014. All rights reserved.