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 SummaryOptional 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.
 
- 
- 
- 
- 
parametersTaskParameter[] parameters The parameters of the task.- Default:
- {}
 
 
- 
 - 
- 
propertiesTaskProperty[] properties The properties of the task.- Default:
- {}
 
 
- 
 - 
- 
guiTaskPropertyGui gui The gui.- Default:
- @jadex.bpmn.model.task.annotation.TaskPropertyGui
 
 
- 
 
-