Package jadex.bpmn.model.task.annotation
Annotation Interface Task
Meta information for a task,
e.g. used by editor to fill in
parameters.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionA human readable description of the task.The gui.The parameters of the task.The properties of the task.
-
Element Details
-
description
String descriptionA human readable description of the task.- Default:
""
-
parameters
TaskParameter[] parametersThe parameters of the task.- Default:
{}
-
properties
TaskProperty[] propertiesThe properties of the task.- Default:
{}
-
gui
TaskPropertyGui guiThe gui.- Default:
@jadex.bpmn.model.task.annotation.TaskPropertyGui
-