Annotation Type StartTask


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Documented
    public @interface StartTask
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String taskId  
      java.lang.String value
      the name of the task to start work on
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String userId  
    • Element Detail

      • taskId

        java.lang.String taskId
      • value

        java.lang.String value
        the name of the task to start work on
        Returns:
        the name of the task
      • userId

        java.lang.String userId
        Default:
        ""