|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@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 |
|---|
public abstract String name
public abstract TaskBaseAnnotations.PropertyValue[] propertyValues
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||