|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkflowExecutionCompletedEventAttributes | |
---|---|
com.amazonaws.services.simpleworkflow.flow.common | |
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of WorkflowExecutionCompletedEventAttributes in com.amazonaws.services.simpleworkflow.flow.common |
---|
Methods in com.amazonaws.services.simpleworkflow.flow.common that return WorkflowExecutionCompletedEventAttributes | |
---|---|
static WorkflowExecutionCompletedEventAttributes |
WorkflowExecutionUtils.getWorkflowExecutionResult(AmazonSimpleWorkflow service,
String domain,
WorkflowExecution workflowExecution)
Returns result of workflow instance execution. |
static WorkflowExecutionCompletedEventAttributes |
WorkflowExecutionUtils.waitForWorkflowExecutionResult(AmazonSimpleWorkflow service,
String domain,
WorkflowExecution workflowExecution)
Blocks until workflow instance completes and returns its result. |
static WorkflowExecutionCompletedEventAttributes |
WorkflowExecutionUtils.waitForWorkflowExecutionResult(AmazonSimpleWorkflow service,
String domain,
WorkflowExecution workflowExecution,
long timeoutSeconds)
Waits up to specified timeout until workflow instance completes and returns its result. |
Uses of WorkflowExecutionCompletedEventAttributes in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionCompletedEventAttributes | |
---|---|
WorkflowExecutionCompletedEventAttributes |
HistoryEvent.getWorkflowExecutionCompletedEventAttributes()
If the event is of type WorkflowExecutionCompleted then
this member is set and provides detailed information about the event. |
WorkflowExecutionCompletedEventAttributes |
WorkflowExecutionCompletedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The id of the DecisionTaskCompleted event corresponding
to the decision task that resulted in the
CompleteWorkflowExecution decision to complete this
execution. |
WorkflowExecutionCompletedEventAttributes |
WorkflowExecutionCompletedEventAttributes.withResult(String result)
The result produced by the workflow execution upon successful completion. |
Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionCompletedEventAttributes | |
---|---|
void |
HistoryEvent.setWorkflowExecutionCompletedEventAttributes(WorkflowExecutionCompletedEventAttributes workflowExecutionCompletedEventAttributes)
If the event is of type WorkflowExecutionCompleted then
this member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withWorkflowExecutionCompletedEventAttributes(WorkflowExecutionCompletedEventAttributes workflowExecutionCompletedEventAttributes)
If the event is of type WorkflowExecutionCompleted then
this member is set and provides detailed information about the event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |