|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WorkflowException in com.amazonaws.services.simpleworkflow.flow.generic |
---|
Methods in com.amazonaws.services.simpleworkflow.flow.generic that throw WorkflowException | |
---|---|
abstract Promise<String> |
WorkflowDefinition.execute(String input)
Asynchronous method that implements workflow business logic. |
abstract String |
WorkflowDefinition.getWorkflowState()
Return state that is inserted decision completion through RespondDecisionTaskCompletedRequest.setExecutionContext(String)
and later can be retrieved through
AmazonSimpleWorkflow.describeWorkflowExecution(com.amazonaws.services.simpleworkflow.model.DescribeWorkflowExecutionRequest)
visibility call. |
abstract void |
WorkflowDefinition.signalRecieved(String signalName,
String input)
Asynchronous method that implements signals handling logic. |
Uses of WorkflowException in com.amazonaws.services.simpleworkflow.flow.junit.spring |
---|
Methods in com.amazonaws.services.simpleworkflow.flow.junit.spring that throw WorkflowException | |
---|---|
String |
SpringTestPOJOWorkflowImplementationGenericWorkflowClient.getWorkflowState(WorkflowExecution execution)
|
Uses of WorkflowException in com.amazonaws.services.simpleworkflow.flow.pojo |
---|
Methods in com.amazonaws.services.simpleworkflow.flow.pojo that throw WorkflowException | |
---|---|
Promise<String> |
POJOWorkflowDefinition.execute(String input)
|
String |
POJOWorkflowDefinition.getWorkflowState()
|
void |
POJOWorkflowDefinition.signalRecieved(String signalName,
String details)
|
Uses of WorkflowException in com.amazonaws.services.simpleworkflow.flow.test |
---|
Methods in com.amazonaws.services.simpleworkflow.flow.test that throw WorkflowException | |
---|---|
String |
TestPOJOWorkflowImplementationGenericWorkflowClient.getWorkflowState(WorkflowExecution execution)
|
String |
TestGenericWorkflowClient.getWorkflowState(WorkflowExecution execution)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |