Annotation Type Task


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

      • description

        java.lang.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

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