XCom

annotation class XCom(val task: String = "")

Annotation to mark a task definition's method parameter as an XCom input.

Parameters

task

The task ID to pull. If empty or not given, the annotated parameter's name is used by default.

Properties

Link copied to clipboard