com.bea.control
Annotation Type TaskBaseAnnotations.TaskTakeAction


@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface TaskBaseAnnotations.TaskTakeAction

Causes the method for this annotation to take the given action on the current step of this task instance(s). The named action may be a work action, an assign action, or a return action.


Required Element Summary
 String name
           
 TaskBaseAnnotations.PropertyValue[] propertyValues
           
 

Element Detail

name

public abstract String name

propertyValues

public abstract TaskBaseAnnotations.PropertyValue[] propertyValues