Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.simpleworkflow.flow.annotations
Annotation Type Execute


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Execute

See Also:
Workflow, WorkflowWorker

Required Element Summary
 String version
          Required version of the workflow type.
 
Optional Element Summary
 String name
          Optional name of the workflow type.
 

Element Detail

version

public abstract String version
Required version of the workflow type. Maximum length is 64 characters.

name

public abstract String name
Optional name of the workflow type. When missing defaults to the annotated method name. Maximum length is 256 characters.

Default:
""


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