Annotation Interface TaktWorkerMethod
Annotation to mark a method as a TaktX worker method with a specified task ID and auto-completion
option.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanWhether the task should be auto-completed after execution.
-
Element Details
-
taskId
String taskIdThe task ID associated with the worker method.- Returns:
- The task ID associated with the worker method.
-
autoComplete
boolean autoCompleteWhether the task should be auto-completed after execution. Default is true.- Returns:
- True if the task should be auto-completed, false otherwise.
- Default:
true
-