com.bea.control
Annotation Type TaskBaseAnnotations.TaskAssign


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

Causes the method for this annotation to stimulate the assignment of the task instance(s) given the defined assignment instructions.


Required Element Summary
 TaskBaseAnnotations.AssignmentInstructionsAnno instructions
          Overrides any assignment instructions the task plan may have defined on the start step.
 

Element Detail

instructions

public abstract TaskBaseAnnotations.AssignmentInstructionsAnno instructions
Overrides any assignment instructions the task plan may have defined on the start step.