Skip to main content

worker_task

Attribute Macro worker_task 

Source
#[worker_task]
Expand description

Alias for #[worker] - marks a function as a Conductor worker task.

This is provided for familiarity with Python SDK’s @worker_task decorator.