Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow.common
Class FlowConstants

java.lang.Object
  extended by com.amazonaws.services.simpleworkflow.flow.common.FlowConstants

public final class FlowConstants
extends Object


Field Summary
static String NO_DEFAULT_TASK_LIST
          Do not specify task list on registration.
static int NONE
           
static int USE_REGISTERED_DEFAULTS
           
static String USE_WORKER_TASK_LIST
          Use task list of the ActivityWorker or WorkflowWorker that is used to register activity or workflow as the defalt task list for the activity or workflow type.
 
Constructor Summary
FlowConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NONE

public static final int NONE
See Also:
Constant Field Values

USE_REGISTERED_DEFAULTS

public static final int USE_REGISTERED_DEFAULTS
See Also:
Constant Field Values

NO_DEFAULT_TASK_LIST

public static final String NO_DEFAULT_TASK_LIST
Do not specify task list on registration. Which means that task list is required when scheduling activity.

See Also:
Constant Field Values

USE_WORKER_TASK_LIST

public static final String USE_WORKER_TASK_LIST
Use task list of the ActivityWorker or WorkflowWorker that is used to register activity or workflow as the defalt task list for the activity or workflow type.

See Also:
Constant Field Values
Constructor Detail

FlowConstants

public FlowConstants()


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