Annotation Interface Task


@Target(TYPE) @Retention(RUNTIME) public @interface Task
Meta information for a task, e.g. used by editor to fill in parameters.
  • Element Details

    • description

      String description
      A human readable description of the task.
      Default:
      ""
    • parameters

      TaskParameter[] parameters
      The parameters of the task.
      Default:
      {}
    • properties

      TaskProperty[] properties
      The properties of the task.
      Default:
      {}
    • gui

      The gui.
      Default:
      @jadex.bpmn.model.task.annotation.TaskPropertyGui