|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ChildWorkflowExecutionTerminatedEventAttributes | |
---|---|
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of ChildWorkflowExecutionTerminatedEventAttributes in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return ChildWorkflowExecutionTerminatedEventAttributes | |
---|---|
ChildWorkflowExecutionTerminatedEventAttributes |
HistoryEvent.getChildWorkflowExecutionTerminatedEventAttributes()
If the event is of type ChildWorkflowExecutionTerminated
then this member is set and provides detailed information about the
event. |
ChildWorkflowExecutionTerminatedEventAttributes |
ChildWorkflowExecutionTerminatedEventAttributes.withInitiatedEventId(Long initiatedEventId)
The id of the StartChildWorkflowExecutionInitiated event
corresponding to the StartChildWorkflowExecution
Decision to start this child workflow execution. |
ChildWorkflowExecutionTerminatedEventAttributes |
ChildWorkflowExecutionTerminatedEventAttributes.withStartedEventId(Long startedEventId)
The Id of the ChildWorkflowExecutionStarted event
recorded when this child workflow execution was started. |
ChildWorkflowExecutionTerminatedEventAttributes |
ChildWorkflowExecutionTerminatedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
The child workflow execution that was terminated. |
ChildWorkflowExecutionTerminatedEventAttributes |
ChildWorkflowExecutionTerminatedEventAttributes.withWorkflowType(WorkflowType workflowType)
The type of the child workflow execution. |
Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ChildWorkflowExecutionTerminatedEventAttributes | |
---|---|
void |
HistoryEvent.setChildWorkflowExecutionTerminatedEventAttributes(ChildWorkflowExecutionTerminatedEventAttributes childWorkflowExecutionTerminatedEventAttributes)
If the event is of type ChildWorkflowExecutionTerminated
then this member is set and provides detailed information about the
event. |
HistoryEvent |
HistoryEvent.withChildWorkflowExecutionTerminatedEventAttributes(ChildWorkflowExecutionTerminatedEventAttributes childWorkflowExecutionTerminatedEventAttributes)
If the event is of type ChildWorkflowExecutionTerminated
then this member is set and provides detailed information about the
event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |