com.amazonaws.services.simpleworkflow.flow
Interface WorkflowContext

All Known Implementing Classes:
TestWorkflowContext

public interface WorkflowContext


Method Summary
 ContinueAsNewWorkflowExecutionParameters getContinueAsNewOnCompletion()
           
 WorkflowExecution getWorkflowExecution()
           
 WorkflowType getWorkflowType()
           
 boolean isCancelRequested()
           
 void setContinueAsNewOnCompletion(ContinueAsNewWorkflowExecutionParameters continueParameters)
           
 

Method Detail

getWorkflowExecution

WorkflowExecution getWorkflowExecution()

getWorkflowType

WorkflowType getWorkflowType()

isCancelRequested

boolean isCancelRequested()

getContinueAsNewOnCompletion

ContinueAsNewWorkflowExecutionParameters getContinueAsNewOnCompletion()

setContinueAsNewOnCompletion

void setContinueAsNewOnCompletion(ContinueAsNewWorkflowExecutionParameters continueParameters)


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.