Uses of Class
com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionCompletedEventAttributes
Packages that use ChildWorkflowExecutionCompletedEventAttributes
-
Uses of ChildWorkflowExecutionCompletedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ChildWorkflowExecutionCompletedEventAttributesModifier and TypeMethodDescriptionChildWorkflowExecutionCompletedEventAttributes.clone()
HistoryEvent.getChildWorkflowExecutionCompletedEventAttributes()
If the event is of typeChildWorkflowExecutionCompleted
then this member is set and provides detailed information about the event.ChildWorkflowExecutionCompletedEventAttributes.withInitiatedEventId
(Long initiatedEventId) The ID of theStartChildWorkflowExecutionInitiated
event corresponding to theStartChildWorkflowExecution
decision to start this child workflow execution.ChildWorkflowExecutionCompletedEventAttributes.withResult
(String result) The result of the child workflow execution (if any).ChildWorkflowExecutionCompletedEventAttributes.withStartedEventId
(Long startedEventId) The ID of theChildWorkflowExecutionStarted
event recorded when this child workflow execution was started.ChildWorkflowExecutionCompletedEventAttributes.withWorkflowExecution
(WorkflowExecution workflowExecution) The child workflow execution that was completed.ChildWorkflowExecutionCompletedEventAttributes.withWorkflowType
(WorkflowType workflowType) The type of the child workflow execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ChildWorkflowExecutionCompletedEventAttributesModifier and TypeMethodDescriptionvoid
HistoryEvent.setChildWorkflowExecutionCompletedEventAttributes
(ChildWorkflowExecutionCompletedEventAttributes childWorkflowExecutionCompletedEventAttributes) If the event is of typeChildWorkflowExecutionCompleted
then this member is set and provides detailed information about the event.HistoryEvent.withChildWorkflowExecutionCompletedEventAttributes
(ChildWorkflowExecutionCompletedEventAttributes childWorkflowExecutionCompletedEventAttributes) If the event is of typeChildWorkflowExecutionCompleted
then this member is set and provides detailed information about the event.