Package jadex.bpmn.model.task.annotation
Annotation Type Task
-
@Target(TYPE) @Retention(RUNTIME) public @interface TaskMeta information for a task, e.g. used by editor to fill in parameters.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringdescriptionA human readable description of the task.TaskPropertyGuiguiThe gui.TaskParameter[]parametersThe parameters of the task.TaskProperty[]propertiesThe properties of the task.
-
-
-
-
parameters
TaskParameter[] parameters
The parameters of the task.- Default:
- {}
-
-
-
properties
TaskProperty[] properties
The properties of the task.- Default:
- {}
-
-
-
gui
TaskPropertyGui gui
The gui.- Default:
- @jadex.bpmn.model.task.annotation.TaskPropertyGui
-
-