#[signal]Expand description
Marks a method within a #[workflow_methods] impl block as a signal handler.
This attribute is processed by the #[workflow_methods] macro and should not be used standalone.
Supports an optional name parameter to override the signal name:
#[signal(name = "my_signal")]