Task

@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class Task(val id: String = "")

Annotation to automate task definition in a Dag-builder pattern.

Parameters

id

Override the task ID. If empty or not provided, the annotated function's name is used by default.

Properties

Link copied to clipboard
val id: String