Package | Description |
---|---|
com.amazonaws.services.simpleworkflow.flow.common | |
com.amazonaws.services.simpleworkflow.flow.worker | |
com.amazonaws.services.simpleworkflow.model |
Classes modeling the various types represented by AmazonSimpleWorkflow.
|
Modifier and Type | Method and Description |
---|---|
static String |
WorkflowExecutionUtils.prettyPrintDecision(Decision decision)
Returns single decision in a human readable format
|
Modifier and Type | Method and Description |
---|---|
static String |
WorkflowExecutionUtils.prettyPrintDecisions(Iterable<Decision> decisions) |
Modifier and Type | Method and Description |
---|---|
Decision |
CompleteWorkflowStateMachine.getDecision() |
Constructor and Description |
---|
CompleteWorkflowStateMachine(com.amazonaws.services.simpleworkflow.flow.worker.DecisionId id,
Decision decision) |
Modifier and Type | Method and Description |
---|---|
Decision |
Decision.withCancelTimerDecisionAttributes(CancelTimerDecisionAttributes cancelTimerDecisionAttributes)
Provides details of the
CancelTimer decision. |
Decision |
Decision.withCancelWorkflowExecutionDecisionAttributes(CancelWorkflowExecutionDecisionAttributes cancelWorkflowExecutionDecisionAttributes)
Provides details of the
CancelWorkflowExecution decision. |
Decision |
Decision.withCompleteWorkflowExecutionDecisionAttributes(CompleteWorkflowExecutionDecisionAttributes completeWorkflowExecutionDecisionAttributes)
Provides details of the
CompleteWorkflowExecution
decision. |
Decision |
Decision.withContinueAsNewWorkflowExecutionDecisionAttributes(ContinueAsNewWorkflowExecutionDecisionAttributes continueAsNewWorkflowExecutionDecisionAttributes)
Provides details of the
ContinueAsNewWorkflowExecution
decision. |
Decision |
Decision.withDecisionType(DecisionType decisionType)
Specifies the type of the decision.
|
Decision |
Decision.withDecisionType(String decisionType)
Specifies the type of the decision.
|
Decision |
Decision.withFailWorkflowExecutionDecisionAttributes(FailWorkflowExecutionDecisionAttributes failWorkflowExecutionDecisionAttributes)
Provides details of the
FailWorkflowExecution decision. |
Decision |
Decision.withRecordMarkerDecisionAttributes(RecordMarkerDecisionAttributes recordMarkerDecisionAttributes)
Provides details of the
RecordMarker decision. |
Decision |
Decision.withRequestCancelActivityTaskDecisionAttributes(RequestCancelActivityTaskDecisionAttributes requestCancelActivityTaskDecisionAttributes)
Provides details of the
RequestCancelActivityTask
decision. |
Decision |
Decision.withRequestCancelExternalWorkflowExecutionDecisionAttributes(RequestCancelExternalWorkflowExecutionDecisionAttributes requestCancelExternalWorkflowExecutionDecisionAttributes)
Provides details of the
RequestCancelExternalWorkflowExecution decision. |
Decision |
Decision.withScheduleActivityTaskDecisionAttributes(ScheduleActivityTaskDecisionAttributes scheduleActivityTaskDecisionAttributes)
Provides details of the
ScheduleActivityTask decision. |
Decision |
Decision.withSignalExternalWorkflowExecutionDecisionAttributes(SignalExternalWorkflowExecutionDecisionAttributes signalExternalWorkflowExecutionDecisionAttributes)
Provides details of the
SignalExternalWorkflowExecution
decision. |
Decision |
Decision.withStartChildWorkflowExecutionDecisionAttributes(StartChildWorkflowExecutionDecisionAttributes startChildWorkflowExecutionDecisionAttributes)
Provides details of the
StartChildWorkflowExecution
decision. |
Decision |
Decision.withStartTimerDecisionAttributes(StartTimerDecisionAttributes startTimerDecisionAttributes)
Provides details of the
StartTimer decision. |
Modifier and Type | Method and Description |
---|---|
List<Decision> |
RespondDecisionTaskCompletedRequest.getDecisions()
The list of decisions (possibly empty) made by the decider while
processing this decision task.
|
Modifier and Type | Method and Description |
---|---|
RespondDecisionTaskCompletedRequest |
RespondDecisionTaskCompletedRequest.withDecisions(Decision... decisions)
The list of decisions (possibly empty) made by the decider while
processing this decision task.
|
Modifier and Type | Method and Description |
---|---|
void |
RespondDecisionTaskCompletedRequest.setDecisions(Collection<Decision> decisions)
The list of decisions (possibly empty) made by the decider while
processing this decision task.
|
RespondDecisionTaskCompletedRequest |
RespondDecisionTaskCompletedRequest.withDecisions(Collection<Decision> decisions)
The list of decisions (possibly empty) made by the decider while
processing this decision task.
|
Copyright © 2014. All rights reserved.